Skip to content

Commit

Permalink
test(437): my changes - sarif -> test format env -> json
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Dec 4, 2024
1 parent 424ac18 commit f0a9a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in fs mode
uses: DmitriyLewen/trivy-action@c40c353723e961cf2cbbe77d35ecadf75630a21d
uses: DmitriyLewen/trivy-action@a926ff0616b6002c78ffebdcd2ffc62b7c982165
with:
scan-type: 'fs'
image-ref: '.'
Expand All @@ -24,7 +24,7 @@ jobs:
run: echo "$TRIVY_FORMAT"

- name: Run Trivy vulnerability scanner in fs mode
uses: DmitriyLewen/trivy-action@c40c353723e961cf2cbbe77d35ecadf75630a21d
uses: DmitriyLewen/trivy-action@a926ff0616b6002c78ffebdcd2ffc62b7c982165
with:
scan-type: 'fs'
image-ref: '.'
Expand Down

0 comments on commit f0a9a64

Please sign in to comment.