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 4ae0fb9 commit f1ede02Copy full SHA for f1ede02
.github/workflows/opengrep.yaml
@@ -20,6 +20,7 @@ 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
25
26
- name: Scan with OpenGrep
0 commit comments