aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-12-12 08:44:25 -0500
committerGravatar GitHub <noreply@github.com> 2023-12-12 08:44:25 -0500
commit8ec844f9fefe446d51ba0a256cb753049f0de520 (patch)
tree203343007d66ba4578194b661aa63a0547c9090a /.github
parent2aaf820db3bee11025afff9b555796a202169f05 (diff)
downloadcoredns-8ec844f9fefe446d51ba0a256cb753049f0de520.tar.gz
coredns-8ec844f9fefe446d51ba0a256cb753049f0de520.tar.zst
coredns-8ec844f9fefe446d51ba0a256cb753049f0de520.zip
build(deps): bump aquasecurity/trivy-action from 0.14.0 to 0.16.0 (#6434)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.14.0 to 0.16.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/2b6a709cf9c4025c5438138008beaddbb02086f0...91713af97dc80187565512baba96e4364e983601) --- 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.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trivy-scan.yaml b/.github/workflows/trivy-scan.yaml
index 8dd7dfc85..e14165cdf 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@2b6a709cf9c4025c5438138008beaddbb02086f0 # master
+ uses: aquasecurity/trivy-action@91713af97dc80187565512baba96e4364e983601 # master
with:
image-ref: 'docker.io/coredns/coredns:${{ matrix.versions }}'
severity: 'CRITICAL,HIGH'