Skip to content

Commit

Permalink
Implement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-marconis committed Nov 28, 2024
1 parent 6e2f407 commit 0271645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: aquasecurity/trivy-action@0.29.0
- uses: david-marconis/trivy-action@9bd8b9689e7ae07ab1e8752e555ddf32cdfb28d0
with:
image-ref: node:23.2.0-alpine3.20
severity: CRITICAL,HIGH
exit-code: 0
format: sarif
- uses: aquasecurity/trivy-action@0.29.0
- uses: david-marconis/trivy-action@9bd8b9689e7ae07ab1e8752e555ddf32cdfb28d0
with:
image-ref: node:23.2.0-alpine3.20
severity: CRITICAL,HIGH
Expand Down

0 comments on commit 0271645

Please sign in to comment.