Skip to content

Commit

Permalink
remove --skipdir flag
Browse files Browse the repository at this point in the history
  • Loading branch information
susanshi committed May 29, 2024
1 parent a000acb commit a01b605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-vulns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Run trivy on git repository
run: |
trivy fs --format table --ignore-unfixed --skip-dirs website --scanners vuln .
trivy fs --format table --ignore-unfixed --scanners vuln .
- name: Build docker images
run: |
Expand Down

0 comments on commit a01b605

Please sign in to comment.