Skip to content

Commit

Permalink
feat(security): update semgrep to 1.78.0 [SEC-8536] (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
swyrwiak-cu authored Jul 9, 2024
1 parent ab1ba51 commit 4a303a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -19,7 +19,7 @@ export module semgrepWorkflow {
'runs-on': 'ubuntu-latest',
container: {
// Reocurring task to check the pinned version SEC-8540
image: 'semgrep/semgrep@sha256:d08d065e4041a222e7b54ed2ad8faddfef978bcc210aa9d0b6da93d251082808',
image: 'semgrep/semgrep@sha256:aeb24a8f042cb60fc64a87c6e52b01033fb11442fd224ccc41cc363f5ca3aa10', // 1.78.0
},
steps: [
{
Expand Down
4 changes: 2 additions & 2 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 4a303a6

Please sign in to comment.