We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87260d3 commit 1f8dc2eCopy full SHA for 1f8dc2e
.github/workflows/detect-secrets.yml
@@ -21,7 +21,7 @@ jobs:
21
--entrypoint /bin/sh \
22
icr.io/git-defenders/detect-secrets:0.13.1.ibm.61.dss-redhat-ubi \
23
-c "detect-secrets --version;
24
- detect-secrets scan --all-files --exclude-files "^.git/.*" --update .secrets.baseline --exclude-files "package-lock.json|FETCH_HEAD";
+ detect-secrets scan --all-files --exclude-files "^.git/.*" --update .secrets.baseline --exclude-files 'package-lock.json|FETCH_HEAD';
25
detect-secrets audit --report --fail-on-unaudited --fail-on-live --fail-on-audited-real .secrets.baseline"
26
27
- name: Report Status
0 commit comments