This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
forked from dconde-jx-test/environment-simple-tekton
-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mount secrets into a non workspace dir to avoid checking out cod…
…e into the same dir and accidentily commiting keys
- Loading branch information
Showing
5 changed files
with
124 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
repos: | ||
- repo: [email protected]:Yelp/detect-secrets | ||
rev: v0.12.4 | ||
hooks: | ||
- id: detect-secrets | ||
args: ['--baseline', '.secrets.baseline'] | ||
exclude: .*/tests/.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"exclude": { | ||
"files": null, | ||
"lines": null | ||
}, | ||
"generated_at": "2019-09-11T09:31:17Z", | ||
"plugins_used": [ | ||
{ | ||
"name": "AWSKeyDetector" | ||
}, | ||
{ | ||
"name": "ArtifactoryDetector" | ||
}, | ||
{ | ||
"base64_limit": 4.5, | ||
"name": "Base64HighEntropyString" | ||
}, | ||
{ | ||
"name": "BasicAuthDetector" | ||
}, | ||
{ | ||
"hex_limit": 3, | ||
"name": "HexHighEntropyString" | ||
}, | ||
{ | ||
"name": "KeywordDetector" | ||
}, | ||
{ | ||
"name": "PrivateKeyDetector" | ||
}, | ||
{ | ||
"name": "SlackDetector" | ||
}, | ||
{ | ||
"name": "StripeDetector" | ||
} | ||
], | ||
"results": { | ||
"bdd/bdd.sh": [ | ||
{ | ||
"hashed_secret": "8ed71d19964ae8169396605379dc4f65ff292fe2", | ||
"is_secret": false, | ||
"line_number": 40, | ||
"type": "Secret Keyword" | ||
} | ||
], | ||
"env/jenkins-x-platform/values.tmpl.yaml": [ | ||
{ | ||
"hashed_secret": "d2e2ab0f407e4ee3cf2ab87d61c31b25a74085e5", | ||
"is_secret": false, | ||
"line_number": 20, | ||
"type": "Secret Keyword" | ||
} | ||
], | ||
"env/jxboot-resources/values.tmpl.yaml": [ | ||
{ | ||
"hashed_secret": "d2e2ab0f407e4ee3cf2ab87d61c31b25a74085e5", | ||
"is_secret": false, | ||
"line_number": 143, | ||
"type": "Secret Keyword" | ||
} | ||
], | ||
"env/tekton/values.tmpl.yaml": [ | ||
{ | ||
"hashed_secret": "d2e2ab0f407e4ee3cf2ab87d61c31b25a74085e5", | ||
"is_secret": false, | ||
"line_number": 21, | ||
"type": "Secret Keyword" | ||
} | ||
], | ||
"kubeProviders/iks/README.md": [ | ||
{ | ||
"hashed_secret": "aa5c16139fb7160196bad6d4a1ae97b677ff0d81", | ||
"is_secret": false, | ||
"line_number": 198, | ||
"type": "Secret Keyword" | ||
} | ||
], | ||
"systems/external-dns/values.tmpl.yaml": [ | ||
{ | ||
"hashed_secret": "8aa3771c4ae26feb2df06246de60d7620aad7bb7", | ||
"is_secret": false, | ||
"line_number": 7, | ||
"type": "Secret Keyword" | ||
} | ||
] | ||
}, | ||
"version": "0.12.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters