Skip to content

Commit

Permalink
test(437): pr - empty -> sarif -> empty
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Dec 3, 2024
1 parent a75343f commit d4b438b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/trivy-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in fs mode
uses: david-marconis/trivy-action@9bd8b9689e7ae07ab1e8752e555ddf32cdfb28d0
with:
scan-type: 'fs'
image-ref: '.'

- name: Run Trivy vulnerability scanner in fs mode
uses: david-marconis/trivy-action@9bd8b9689e7ae07ab1e8752e555ddf32cdfb28d0
with:
Expand Down

0 comments on commit d4b438b

Please sign in to comment.