Skip to content

Commit cc789ff

Browse files
committed
Try to fix gitleaks
1 parent 4b9a56e commit cc789ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/gitleaks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ jobs:
1818
- name: Run Gitleaks
1919
uses: gitleaks/gitleaks-action@v2
2020
with:
21-
config-path: .gitleaks.toml
22-
fail: true
21+
args: >
22+
detect
23+
--redact
24+
--report-format sarif
25+
--report-path results.sarif
26+
--exit-code 1

0 commit comments

Comments
 (0)