diff options
author | 2024-04-09 09:29:40 +0200 | |
---|---|---|
committer | 2024-04-09 09:29:40 +0200 | |
commit | 42b3e93280f75ad0b5f7ec57ecd6b65a4ec63bf9 (patch) | |
tree | 0900bce2aa814222a600c0620ea660fc232de6a3 /.github | |
parent | ae1a563bc49263ee9ae46014526b44ba36e267af (diff) | |
download | coredns-42b3e93280f75ad0b5f7ec57ecd6b65a4ec63bf9.tar.gz coredns-42b3e93280f75ad0b5f7ec57ecd6b65a4ec63bf9.tar.zst coredns-42b3e93280f75ad0b5f7ec57ecd6b65a4ec63bf9.zip |
build(deps): bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 (#6578)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/062f2592684a31eb3aa050cc61e7ca1451cecd3d...d710430a6722f083d3b36b8339ff66b32f22ee55)
---
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 35928165d..d07c96232 100644 --- a/.github/workflows/trivy-scan.yaml +++ b/.github/workflows/trivy-scan.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master + uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # master with: image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}' severity: 'CRITICAL,HIGH' |