Skip to content

Commit bc47fb2

Browse files
authored
fix(ci): use semgrep container image for security scan (#1016)
1 parent 700ee54 commit bc47fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
semgrep:
99
runs-on: ubuntu-latest
1010
container:
11-
image: returntocorp/semgrep
11+
image: semgrep/semgrep
1212
if: (github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]')
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)