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 ce6a5a4 commit 5727097Copy full SHA for 5727097
.github/workflows/opengrep.yaml
@@ -8,6 +8,7 @@ on:
8
branches:
9
- main
10
- dev
11
+ - sast
12
pull_request:
13
jobs:
14
opengrep-scan:
@@ -24,7 +25,7 @@ jobs:
24
25
26
- name: Scan with OpenGrep
27
run: |
- /home/runner/.opengrep/cli/latest/opengrep --config=r/all --sarif --verbose . > opengrep-results.sarif
28
+ /home/runner/.opengrep/cli/latest/opengrep --config=r/all --sarif-output=opengrep-results.sarif --verbose .
29
30
- name: Upload OpenGrep scan results to GitHub Security tab
31
uses: github/codeql-action/upload-sarif@v3
0 commit comments