From 9768e72a30fa6ded31d390a9a7a15c650109a567 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Wed, 9 Oct 2024 17:42:50 +0530 Subject: [PATCH] Downgrade trivy action to v0.23.0 in release package template --- .github/workflows/release-package-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-package-template.yml b/.github/workflows/release-package-template.yml index 0687fd5d..d470bdb2 100644 --- a/.github/workflows/release-package-template.yml +++ b/.github/workflows/release-package-template.yml @@ -50,7 +50,7 @@ jobs: run: mkdir -p ballerina/lib - name: Run Trivy Vulnerability Scanner - uses: aquasecurity/trivy-action@master + uses: aquasecurity/trivy-action@0.23.0 with: scan-type: "rootfs" scan-ref: "/github/workspace/ballerina/lib"