Skip to content

Commit

Permalink
Merge pull request #23 from khulnasoft-lab/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…aquasecurity/trivy-action-0.16.0

Bump aquasecurity/trivy-action from 0.11.0 to 0.16.0
  • Loading branch information
NxPKG authored Dec 9, 2023
2 parents fa31aba + a122062 commit 19dd4b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: make test-integration

- name: Run Tunnel vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.11.0
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand All @@ -55,7 +55,7 @@ jobs:
sarif_file: 'tunnel-results.sarif'

- name: Run Tunnel vulnerability scanner in IaC mode
uses: aquasecurity/trivy-action@0.11.0
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: 'config'
hide-progress: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/khulnasoft-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Tunnel vulnerability scanner against Khulnasoft Cloud
uses: aquasecurity/trivy-action@0.11.0
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: 'fs'
hide-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: make test-integration

- name: Run Tunnel vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.11.0
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand All @@ -41,7 +41,7 @@ jobs:
exit-code: 0

- name: Run Tunnel vulnerability scanner against Khulnasoft Cloud
uses: aquasecurity/trivy-action@0.11.0
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: 'fs'
hide-progress: true
Expand Down

0 comments on commit 19dd4b3

Please sign in to comment.