From 29800baca0371202f1ed15662800013408d1b78b Mon Sep 17 00:00:00 2001 From: Vinayak S <84206636+Dr-DevOps@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:19:18 +0530 Subject: [PATCH 1/2] Upgrade trivy to v0.52.2 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a397046..697a058 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - TRIVY_VERSION: 0.52.0 + TRIVY_VERSION: 0.52.2 BATS_LIB_PATH: '/usr/lib/' jobs: From c7214568c3622d8892e21d8f5a2594679539d20b Mon Sep 17 00:00:00 2001 From: Vinayak S <84206636+Dr-DevOps@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:19:39 +0530 Subject: [PATCH 2/2] Upgrade trivy to v0.52.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98ba14e..08da527 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/aquasecurity/trivy:0.52.0 +FROM ghcr.io/aquasecurity/trivy:0.52.2 COPY entrypoint.sh / RUN apk --no-cache add bash curl npm RUN chmod +x /entrypoint.sh