We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dea4e commit dfd316fCopy full SHA for dfd316f
1 file changed
.github/workflows/semgrep.yml
@@ -21,6 +21,9 @@ jobs:
21
semgrep:
22
name: semgrep-oss/scan
23
runs-on: ubuntu-latest
24
+ container:
25
+ # A Docker image with Semgrep installed. Do not change this.
26
+ image: semgrep/semgrep
27
if: (github.actor != 'dependabot[bot]')
28
steps:
29
- uses: actions/checkout@v4
0 commit comments