From 3865a690f0891c9e6dfdbdd783fbb1456cf647a6 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Mon, 23 Mar 2026 12:06:38 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8C=B1=20Bump=20aquasecurity/trivy-ac?= =?UTF-8?q?tion=20to=20v0.35.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mike Spreitzer --- .github/workflows/image-scanning.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-scanning.yml b/.github/workflows/image-scanning.yml index b5502fdb8..602d34a90 100644 --- a/.github/workflows/image-scanning.yml +++ b/.github/workflows/image-scanning.yml @@ -46,7 +46,7 @@ jobs: docker build -f frontend/Dockerfile -t local/frontend:${{ github.sha }} . - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0 with: image-ref: 'local/frontend:${{ github.sha }}' format: 'sarif' @@ -73,7 +73,7 @@ jobs: docker build -f backend/Dockerfile -t local/backend:${{ github.sha }} backend - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0 with: image-ref: 'local/backend:${{ github.sha }}' format: 'sarif' From cd35ace9e1994771632efa5153d4a80746708197 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Tue, 24 Mar 2026 04:16:02 -0400 Subject: [PATCH 2/2] Trivial change in frontend/PLAYWRIGHT.md to trigger it Signed-off-by: Mike Spreitzer --- frontend/PLAYWRIGHT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/PLAYWRIGHT.md b/frontend/PLAYWRIGHT.md index 1141593c3..41d80a9ca 100644 --- a/frontend/PLAYWRIGHT.md +++ b/frontend/PLAYWRIGHT.md @@ -782,4 +782,4 @@ When adding new tests: - [ ] Includes screenshots/videos for debugging - [ ] Documentation updated if needed -Happy testing! 🎭 +Good luck, tester! 🎭