Skip to content

Commit 25e21d9

Browse files
fixed uses: google/osv-scanner-action@v2.3.1 again
1 parent 6aebee4 commit 25e21d9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/security-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Run Gitleaks
2424
uses: gitleaks/gitleaks-action@v2
25-
# By default, fails the job when leaks are found
26-
# This complements detect-secrets.sh in pre-commit
2725

2826
semgrep:
2927
name: SAST (Semgrep CE)
@@ -42,7 +40,7 @@ jobs:
4240

4341
- name: Upload SARIF to GitHub Security
4442
uses: github/codeql-action/upload-sarif@v3
45-
if: always() # Upload even if Semgrep finds issues
43+
if: always()
4644
with:
4745
sarif_file: semgrep.sarif
4846

@@ -56,8 +54,7 @@ jobs:
5654
- name: OSV-Scanner
5755
uses: google/osv-scanner-action@v2.3.1
5856
with:
59-
# Pass flags exactly as you would to the osv-scanner CLI
60-
args: |-
57+
scan-args: |-
6158
-r .
6259
--format json
6360
--output osv-results.json

0 commit comments

Comments
 (0)