Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Aug 19, 2024
1 parent ad306bb commit 2b227ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/trivy_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Trivy
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master

- name: Run Trivy filesystem scan
run: |
trivy fs .
with:
scan-type: 'fs'
scan-ref: '.'

0 comments on commit 2b227ca

Please sign in to comment.