Skip to content

Commit

Permalink
Actions: Semgrep Images have moved from returntocorp to semgrep
Browse files Browse the repository at this point in the history
https://hub.docker.com/r/returntocorp/semgrep notes: "We've moved!
 Official Docker images for Semgrep now available at semgrep/semgrep."

Patch updates our CI workflow for these images.
  • Loading branch information
fifieldt committed Sep 19, 2024
1 parent 84e1975 commit 35aeb1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sec_sast_semgrep_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
semgrep-full:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
image: semgrep/semgrep

steps:
# step 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sec_sast_semgrep_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
semgrep-diff:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
image: semgrep/semgrep

steps:
# step 1
Expand Down

0 comments on commit 35aeb1f

Please sign in to comment.