Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/tprasadtp/protonvpn-docker:
  ci(deps): bump aquasecurity/trivy-action from 0.0.14 to 0.0.15 (#44)
  • Loading branch information
tprasadtp committed May 12, 2021
2 parents 9b1dc14 + 5055c1d commit 843fc6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Run Trivy vulnerability scanner
id: trivy
uses: aquasecurity/trivy-action@0.0.14
uses: aquasecurity/trivy-action@0.0.15
with:
scan-type: 'image'
vuln-type: os
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Run Trivy vulnerability scanner
id: trivy
uses: aquasecurity/trivy-action@0.0.14
uses: aquasecurity/trivy-action@0.0.15
with:
scan-type: 'image'
vuln-type: os
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Run Trivy vulnerability scanner
id: trivy
uses: aquasecurity/trivy-action@0.0.14
uses: aquasecurity/trivy-action@0.0.15
with:
scan-type: 'image'
vuln-type: os
Expand Down

0 comments on commit 843fc6c

Please sign in to comment.