Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Add codeship.aes signature #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions core/signatures.go
Original file line number Diff line number Diff line change
Expand Up @@ -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$`),
Expand Down