From 416768d862c9b3f50233dabf2f860e45f5bbbea0 Mon Sep 17 00:00:00 2001 From: Velvetfox19 <106684186+Velvetfox19@users.noreply.github.com> Date: Tue, 7 Jun 2022 09:02:42 -0400 Subject: [PATCH] Create Velvetfox set@1 - 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 --- Velvetfox set@1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Velvetfox set@1 diff --git a/Velvetfox set@1 b/Velvetfox set@1 new file mode 100644 index 00000000..17795391 --- /dev/null +++ b/Velvetfox set@1 @@ -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 +