Skip to content

Commit f9491c4

Browse files
committed
ci: Update semgrep job
1 parent 6fb593f commit f9491c4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/security.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
runs-on: ubuntu-latest
2424
if: "!startsWith(github.event.head_commit.message, 'bump:')"
2525
container:
26-
image: returntocorp/semgrep:1.128.1@sha256:144d315f7354c2b2c53021a76165a500f67252c47464be75e951b67050f54a9e
26+
image: returntocorp/semgrep:1.128.1@sha256:fca58525689355641019c05ab49dcc5bc3a1eb7e044f35014ee39594b5aa4fc1
2727
steps:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Run Semgrep
3030
run: |
31-
semgrep scan --config auto
31+
semgrep scan --config auto --error
32+
3233
twyn:
3334
runs-on: ubuntu-latest
3435
if: "!startsWith(github.event.head_commit.message, 'bump:')"
@@ -38,4 +39,5 @@ jobs:
3839
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3940
- name: Run twyn
4041
run: |
41-
twyn run -vv
42+
twyn run -vv
43+

0 commit comments

Comments
 (0)