From a8925111718175a04033095069f9500eadd8c428 Mon Sep 17 00:00:00 2001 From: fzsf163 Date: Mon, 20 Jul 2026 21:49:29 +0600 Subject: [PATCH 1/2] CI update to trivy action 0.33.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83f6ddc..a496fde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: # Fail the build on known HIGH/CRITICAL vulns and any leaked secrets. - name: Scan image (Trivy) - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1 with: image-ref: faishon-e-com:ci scanners: vuln,secret From 391f5b73f7fe9f387e8a7d39fb0d033652941fef Mon Sep 17 00:00:00 2001 From: fzsf163 Date: Mon, 20 Jul 2026 22:06:08 +0600 Subject: [PATCH 2/2] update to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a496fde..890e79b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: # Fail the build on known HIGH/CRITICAL vulns and any leaked secrets. - name: Scan image (Trivy) - uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1 + uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0 with: image-ref: faishon-e-com:ci scanners: vuln,secret