Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #31

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scan-with-trivy-config-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Trivy Misconfiguration - IaC
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
scan-type: config
hide-progress: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-with-trivy-pr-config-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Trivy Misconfiguration - IaC
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
scan-type: config
severity: CRITICAL,HIGH,MEDIUM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-with-trivy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker build -t docker.io/${{ steps.string.outputs.lowercase }}:${{ github.sha }} .

- name: Run Trivy image vulnerability scanner
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
image-ref: 'docker.io/${{ steps.string.outputs.lowercase }}:${{ github.sha }}'
scan-type: image
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4

- name: Trivy Misconfiguration - IaC
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
scan-type: config
severity: CRITICAL,HIGH,MEDIUM
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scan-with-trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
docker build -t docker.io/${{ steps.string.outputs.lowercase }}:${{ github.sha }} .

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
image-ref: 'docker.io/${{ steps.string.outputs.lowercase }}:${{ github.sha }}'
scan-type: image
Expand All @@ -39,7 +39,7 @@ jobs:
category: 'Trivy Image Vulnerability'

- name: Trivy Misconfiguration - IaC
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
scan-type: config
severity: CRITICAL,HIGH,MEDIUM
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy in GitHub SBOM mode and submit results to Dependency Graph
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.20.0
with:
scan-type: 'fs'
format: 'github'
Expand Down