Skip to content

Commit

Permalink
update list of shared secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhitby committed Sep 27, 2023
1 parent 8aac3f1 commit 1a514c5
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions renderers/actions/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,30 @@ func (s *Secret) outputVar() string {
// vault kv list /springernature/shared
func isShared(s string) bool {
return map[string]bool{
"PPG-gradle-version-reporter": true,
"PPG-owasp-dependency-reporter": true,
"artifactory": true,
"artifactory-support": true,
"artifactory_test": true,
"bla": true,
"burpsuiteenterprise": true,
"contrastsecurity": true,
"ee-sso-route-service": true,
"fastly": true,
"grafana": true,
"halfpipe-artifacts": true,
"halfpipe-docker-config": true,
"halfpipe-gcr": true,
"halfpipe-github": true,
"halfpipe-ml-deploy": true,
"halfpipe-semver": true,
"halfpipe-slack": true,
"katee-tls-dev": true,
"katee-tls-prod": true,
"sentry-release-integration": true,
"PPG-gradle-version-reporter": true,
"PPG-owasp-dependency-reporter": true,
"artifactory": true,
"artifactory-support": true,
"artifactory_test": true,
"bla": true,
"burpsuiteenterprise": true,
"content_hub-casper-credentials-live": true,
"content_hub-casper-credentials-qa": true,
"contrastsecurity": true,
"eas-sigrid": true,
"ee-sso-route-service": true,
"fastly": true,
"grafana": true,
"halfpipe-artifacts": true,
"halfpipe-docker-config": true,
"halfpipe-gcr": true,
"halfpipe-github": true,
"halfpipe-ml-deploy": true,
"halfpipe-semver": true,
"halfpipe-slack": true,
"katee-tls-dev": true,
"katee-tls-prod": true,
"sentry-release-integration": true,
}[s]
}

Expand Down

0 comments on commit 1a514c5

Please sign in to comment.