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

chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 #101

Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
-
if: inputs.trivy-enabled && inputs.trivy-summary-enabled
name: Scan for vulnerabilities (table format)
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
exit-code: '0'
hide-progress: false
Expand All @@ -226,7 +226,7 @@ jobs:
-
if: inputs.trivy-sbom-enabled
name: Run Trivy in GitHub SBOM mode and submit results to Dependency Graph
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
format: github
hide-progress: false
Expand All @@ -236,7 +236,7 @@ jobs:
-
if: inputs.trivy-enabled
name: Scan for vulnerabilities
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
exit-code: '0'
format: json
Expand Down
Loading