Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.6.1 to 0.6.2 (open-telemetry#1840)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 4, 2022
1 parent 8921eb4 commit 5b1333b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Run trivy filesystem scan
uses: aquasecurity/trivy-action@0.6.1
uses: aquasecurity/trivy-action@0.6.2
with:
scan-type: 'fs'
scan-ref: '.'
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
env:
DOCKER_BUILDKIT: '1'
- name: Run trivy image scan
uses: aquasecurity/trivy-action@0.6.1
uses: aquasecurity/trivy-action@0.6.2
with:
scan-type: 'image'
image-ref: 'otelcol:latest'
Expand Down

0 comments on commit 5b1333b

Please sign in to comment.