We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b44ed commit 26fe78dCopy full SHA for 26fe78d
1 file changed
.github/workflows/sec-opengrep.yml
@@ -9,7 +9,7 @@ on:
9
10
permissions:
11
contents: read
12
- actions: write
+ actions: read
13
security-events: write
14
15
env:
@@ -36,7 +36,7 @@ jobs:
36
echo "[+] Finished installing opengrep"
37
38
- name: "Run Opengrep"
39
- run: opengrep scan --metrics=off --sarif-output ./results.sarif .
+ run: opengrep scan --metrics=on --sarif-output ./results.sarif .
40
41
- name: "Upload SARIF file"
42
uses: github/codeql-action/upload-sarif@v3
0 commit comments