From b5bea3e094affd4c1f5bc06ee2138906a6fd2223 Mon Sep 17 00:00:00 2001 From: David Epler Date: Mon, 27 Aug 2018 12:40:46 -0400 Subject: [PATCH] Add codeship.aes signature --- core/signatures.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/signatures.go b/core/signatures.go index fe36cc03..08cd6add 100644 --- a/core/signatures.go +++ b/core/signatures.go @@ -437,6 +437,12 @@ var Signatures = []Signature{ description: "Shell configuration file", comment: "Shell configuration files can contain passwords, API keys, hostnames and other goodies", }, + SimpleSignature{ + part: PartFilename, + match: "codeship.aes", + description: "Codeship Pro project-specific AES key", + comment: "AES key to encrypt/decrypt environment variables for Codeship Pro", + }, PatternSignature{ part: PartFilename, match: regexp.MustCompile(`^.*_rsa$`),