Skip to content

Commit 1f8dc2e

Browse files
authored
Update detect-secrets.yml
1 parent 87260d3 commit 1f8dc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
--entrypoint /bin/sh \
2222
icr.io/git-defenders/detect-secrets:0.13.1.ibm.61.dss-redhat-ubi \
2323
-c "detect-secrets --version;
24-
detect-secrets scan --all-files --exclude-files "^.git/.*" --update .secrets.baseline --exclude-files "package-lock.json|FETCH_HEAD";
24+
detect-secrets scan --all-files --exclude-files "^.git/.*" --update .secrets.baseline --exclude-files 'package-lock.json|FETCH_HEAD';
2525
detect-secrets audit --report --fail-on-unaudited --fail-on-live --fail-on-audited-real .secrets.baseline"
2626
2727
- name: Report Status

0 commit comments

Comments
 (0)