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' 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! 🎭