From 102c8a14bf5a3fcbea6be93e830fe7c10a1ab56b Mon Sep 17 00:00:00 2001 From: "Vinayak S." <84206636+Dr-DevOps@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:18:08 +0000 Subject: [PATCH] Upgrade trivy to v0.53.0 --- .github/workflows/test.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 697a058..bf8d889 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - TRIVY_VERSION: 0.52.2 + TRIVY_VERSION: 0.53.0 BATS_LIB_PATH: '/usr/lib/' jobs: diff --git a/Dockerfile b/Dockerfile index 08da527..aecb1aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/aquasecurity/trivy:0.52.2 +FROM ghcr.io/aquasecurity/trivy:0.53.0 COPY entrypoint.sh / RUN apk --no-cache add bash curl npm RUN chmod +x /entrypoint.sh