Skip to content

Commit

Permalink
build(deps): bump aquasecurity/trivy-action from 0.6.0 to 0.6.1 (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 27, 2022
1 parent 1c1957c commit eff91f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Expand Up @@ -89,7 +89,7 @@ jobs:
# Equivalent to:
# $ trivy image openpolicyagent/opa:edge-static
- name: Run Trivy scan on image
uses: aquasecurity/trivy-action@0.6.0
uses: aquasecurity/trivy-action@0.6.1
with:
image-ref: 'openpolicyagent/opa:edge-static'
format: table
Expand All @@ -108,7 +108,7 @@ jobs:
# Equivalent to:
# $ trivy fs .
- name: Run Trivy scan on repo
uses: aquasecurity/trivy-action@0.6.0
uses: aquasecurity/trivy-action@0.6.1
with:
scan-type: fs
format: table
Expand Down

0 comments on commit eff91f7

Please sign in to comment.