Skip to content
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
12 changes: 12 additions & 0 deletions Velvetfox set@1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: secret-search
# You may pin to the exact commit or the version.
# uses: Hacks4Snacks/secret-search@69068831698338cb39665b3500af25cbff8d1f81
uses: Hacks4Snacks/secret-search@v1.1
with:
# File to Exclude from the scan
exclude-file: # optional, default is NOFILETOEXCLUDE
# Fail the pipeline if any secrets are detected
fail-on-error: # optional, default is true
# Number of secrets to fail the pipeline
failure-count: # optional, default is 0