Skip to content

Commit

Permalink
build(deps): bump aquasecurity/trivy-action from 0.6.1 to 0.6.2 (#4969)
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.6.1...0.6.2)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 11, 2022
1 parent c05940a commit b03c188
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.1
uses: aquasecurity/trivy-action@0.6.2
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.1
uses: aquasecurity/trivy-action@0.6.2
with:
scan-type: fs
format: table
Expand Down

0 comments on commit b03c188

Please sign in to comment.