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 a2cdbca commit 8d3118aCopy full SHA for 8d3118a
1 file changed
.github/workflows/detect-secrets.yml
@@ -19,7 +19,7 @@ jobs:
19
docker run --pull=always -a stdout \
20
-v ${{github.workspace}}:/code \
21
--entrypoint /bin/sh \
22
- icr.io/git-defenders/detect-secrets:0.13.1.ibm.61.dss-redhat-ubi \
+ icr.io/git-defenders/detect-secrets:0.13.1.ibm.64.dss-redhat-ubi \
23
-c "detect-secrets --version;
24
detect-secrets scan --all-files --exclude-files "^.git/.*" --update .secrets.baseline;
25
detect-secrets audit --report --fail-on-unaudited --fail-on-live --fail-on-audited-real .secrets.baseline"
0 commit comments