From adcf4a052ae058f7f646e9a425818f3af1c33c34 Mon Sep 17 00:00:00 2001 From: Himanshu Bohra <113414131+hibohra1398@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:17:56 +0530 Subject: [PATCH 1/6] Update Trivy action version in action.yaml --- trivy-fs-scan/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trivy-fs-scan/action.yaml b/trivy-fs-scan/action.yaml index 13692b8..c14ba45 100644 --- a/trivy-fs-scan/action.yaml +++ b/trivy-fs-scan/action.yaml @@ -73,7 +73,7 @@ runs: touch .trivyignore - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 + uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 with: scan-type: 'fs' scan-ref: ${{ inputs.scan-ref }} @@ -100,4 +100,4 @@ runs: if: ${{ (success() || failure()) && inputs.output-mode == 'github' && inputs.category != '' }} with: sarif_file: ${{ steps.output.outputs.TRIVY_OUTPUT }} - category: ${{ inputs.category }} \ No newline at end of file + category: ${{ inputs.category }} From 7e79f22d6fda0c143b359945e0be7f3a080dab5b Mon Sep 17 00:00:00 2001 From: Himanshu Bohra <113414131+hibohra1398@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:50:12 +0530 Subject: [PATCH 2/6] Update action.yaml --- trivy-fs-scan/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trivy-fs-scan/action.yaml b/trivy-fs-scan/action.yaml index c14ba45..2197da5 100644 --- a/trivy-fs-scan/action.yaml +++ b/trivy-fs-scan/action.yaml @@ -73,7 +73,7 @@ runs: touch .trivyignore - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 + uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 with: scan-type: 'fs' scan-ref: ${{ inputs.scan-ref }} From dbb1c40f2b08879119dc14a13eafdc67ebc9daa0 Mon Sep 17 00:00:00 2001 From: Himanshu Bohra <113414131+hibohra1398@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:16:48 +0530 Subject: [PATCH 3/6] Update action.yaml --- trivy-fs-scan/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trivy-fs-scan/action.yaml b/trivy-fs-scan/action.yaml index 2197da5..c14ba45 100644 --- a/trivy-fs-scan/action.yaml +++ b/trivy-fs-scan/action.yaml @@ -73,7 +73,7 @@ runs: touch .trivyignore - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 + uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 with: scan-type: 'fs' scan-ref: ${{ inputs.scan-ref }} From 194807c22e532c769f96d027968acd6dffaa50d2 Mon Sep 17 00:00:00 2001 From: Tim Mwangi Date: Wed, 4 Mar 2026 10:48:18 -0800 Subject: [PATCH 4/6] Set trivy to v0.69.3 --- trivy-fs-scan/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/trivy-fs-scan/action.yaml b/trivy-fs-scan/action.yaml index c14ba45..3486810 100644 --- a/trivy-fs-scan/action.yaml +++ b/trivy-fs-scan/action.yaml @@ -88,6 +88,7 @@ runs: skip-dirs: ${{ inputs.skip-dirs }} skip-files: ${{ inputs.skip-files }} exit-code: '1' + version: 0.69.3 - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3 From 9325f65a51a283640d2b7938b68f735a2219f11e Mon Sep 17 00:00:00 2001 From: Tim Mwangi Date: Wed, 4 Mar 2026 13:40:02 -0800 Subject: [PATCH 5/6] set version=0.69.2 --- trivy-fs-scan/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trivy-fs-scan/action.yaml b/trivy-fs-scan/action.yaml index 3486810..54930d4 100644 --- a/trivy-fs-scan/action.yaml +++ b/trivy-fs-scan/action.yaml @@ -88,7 +88,7 @@ runs: skip-dirs: ${{ inputs.skip-dirs }} skip-files: ${{ inputs.skip-files }} exit-code: '1' - version: 0.69.3 + version: 0.69.2 - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3 From 7aaaea50b9ed4a4c85fc37fb429b542750402ee6 Mon Sep 17 00:00:00 2001 From: Tim Mwangi Date: Wed, 4 Mar 2026 13:59:23 -0800 Subject: [PATCH 6/6] Need "v" for version --- trivy-fs-scan/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trivy-fs-scan/action.yaml b/trivy-fs-scan/action.yaml index 54930d4..0c34f2a 100644 --- a/trivy-fs-scan/action.yaml +++ b/trivy-fs-scan/action.yaml @@ -88,7 +88,7 @@ runs: skip-dirs: ${{ inputs.skip-dirs }} skip-files: ${{ inputs.skip-files }} exit-code: '1' - version: 0.69.2 + version: v0.69.3 - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3