Skip to content

Commit

Permalink
feat(security): pin semgrep to version 1.38.2 [SEC-8536]
Browse files Browse the repository at this point in the history
  • Loading branch information
swyrwiak-cu committed Sep 5, 2023
1 parent 34963a8 commit 68c2a22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/semgrep-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export module semgrepWorkflow {
name: 'Scan',
'runs-on': 'ubuntu-latest',
container: {
image: 'returntocorp/semgrep',
image: 'returntocorp/semgrep@sha256:6c7ab81e4d1fd25a09f89f1bd52c984ce107c6ff33affef6ca3bc626a4cc479b',
},
steps: [
{
Expand Down
8 changes: 4 additions & 4 deletions test/__snapshots__/semgrep-workflow.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68c2a22

Please sign in to comment.