Skip to content

Commit

Permalink
Merge branch 'main' into code-owners
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbluf authored Nov 22, 2024
2 parents 5a43ead + e1d2d06 commit aa006a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ runs:
#
# * Grype
#
- uses: anchore/scan-action@v5.2.1
- uses: anchore/scan-action@v5.3.0
if: inputs.token != '' && inputs.testing-type == 'security-grype'
with:
only-fixed: false
Expand All @@ -108,7 +108,7 @@ runs:
# Duplicated trivy-action parameters as GitHub actions do NOT support
# anchors: https://github.com/actions/runner/issues/1182
#
- uses: aquasecurity/trivy-action@0.28.0
- uses: aquasecurity/trivy-action@0.29.0
if: inputs.token != '' && inputs.testing-type == 'security-trivy'
env:
TRIVY_DB_REPOSITORY: ${{ inputs.trivy-action-db }}
Expand All @@ -122,7 +122,7 @@ runs:
ignore-unfixed: true
severity: "CRITICAL,HIGH"
trivyignores: .trivyignore
- uses: aquasecurity/trivy-action@0.28.0
- uses: aquasecurity/trivy-action@0.29.0
if: inputs.token == '' && inputs.testing-type == 'security-trivy'
env:
TRIVY_DB_REPOSITORY: ${{ inputs.trivy-action-db }}
Expand Down

0 comments on commit aa006a1

Please sign in to comment.