From 606811fbfded20912f4fe841b6c93c76466b4a10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 08:32:55 -0700 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action digest to e55de85 (#5702) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/security.yaml | 2 +- .github/workflows/trivy-docker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 1e0832a24..d0cefad80 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac + uses: aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33 with: scan-type: "fs" scan-ref: "." diff --git a/.github/workflows/trivy-docker.yaml b/.github/workflows/trivy-docker.yaml index 5519e09a6..b616a1934 100644 --- a/.github/workflows/trivy-docker.yaml +++ b/.github/workflows/trivy-docker.yaml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v3 - name: Run Trivy vulnerability scanner in image mode - uses: aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac + uses: aquasecurity/trivy-action@e55de85beea5fcec743de6bb6bc56943a0af3c33 with: image-ref: "docker.io/codercom/code-server:latest" ignore-unfixed: true