Skip to content

Commit dfd316f

Browse files
authored
Update semgrep.yml
1 parent 76dea4e commit dfd316f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/semgrep.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
semgrep:
2222
name: semgrep-oss/scan
2323
runs-on: ubuntu-latest
24+
container:
25+
# A Docker image with Semgrep installed. Do not change this.
26+
image: semgrep/semgrep
2427
if: (github.actor != 'dependabot[bot]')
2528
steps:
2629
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)