diff options
author | 2023-04-25 09:29:14 -0400 | |
---|---|---|
committer | 2023-04-25 09:29:14 -0400 | |
commit | 26a36b811a3d1603553371164fbc7a3a8362a78e (patch) | |
tree | fb7ee3a19795e8afa36a5a332d4f0397c9b2f411 /.github | |
parent | d58daf7638c6c9928fe67c3477d6c76128055581 (diff) | |
download | coredns-26a36b811a3d1603553371164fbc7a3a8362a78e.tar.gz coredns-26a36b811a3d1603553371164fbc7a3a8362a78e.tar.zst coredns-26a36b811a3d1603553371164fbc7a3a8362a78e.zip |
build(deps): bump aquasecurity/trivy-action from 0.9.2 to 0.10.0 (#6043)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/1f0aa582c8c8f5f7639610d6d38baddfea4fdcee...e5f43133f6e8736992c9f3c1b3296e24b37e17f2)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/trivy-scan.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml index ebcd89586..7f34f2e26 100644 --- a/.github/workflows/trivy-scan.yaml +++ b/.github/workflows/trivy-scan.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee # master + uses: aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |