From e2211ab2ae42f31a59d4f919f222245eafc2e977 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 13 Feb 2025 17:22:25 +0530 Subject: [PATCH] Fix release trivy scan step --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b274e8a..0db4327 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: aquasecurity/trivy-action@master with: scan-type: 'rootfs' - scan-ref: '/github/workspace/ballerina/lib' + scan-ref: "${{ github.workspace }}/ballerina/lib" format: 'table' timeout: '10m0s' exit-code: '1'