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 f1ede02 commit ce6a5a4Copy full SHA for ce6a5a4
.github/workflows/opengrep.yaml
@@ -20,12 +20,11 @@ jobs:
20
- name: Install OpenGrep
21
run: |
22
curl -fsSL https://raw.githubusercontent.com/opengrep/opengrep/main/install.sh | bash
23
- export PATH='/home/runner/.opengrep/cli/latest':$PATH
24
- opengrep --version
+ /home/runner/.opengrep/cli/latest/opengrep --version
25
26
- name: Scan with OpenGrep
27
28
- opengrep --config=r/all --sarif --verbose . > opengrep-results.sarif
+ /home/runner/.opengrep/cli/latest/opengrep --config=r/all --sarif --verbose . > opengrep-results.sarif
29
30
- name: Upload OpenGrep scan results to GitHub Security tab
31
uses: github/codeql-action/upload-sarif@v3
0 commit comments