diff --git a/.github/workflows/webapp-cd.yml b/.github/workflows/webapp-cd.yml index cd8ee3e..f486405 100644 --- a/.github/workflows/webapp-cd.yml +++ b/.github/workflows/webapp-cd.yml @@ -74,7 +74,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@v0.35.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: ${{ needs.build-push.outputs.image-full }} format: sarif diff --git a/.github/workflows/webapp-ci.yml b/.github/workflows/webapp-ci.yml index b02d741..749a3c2 100644 --- a/.github/workflows/webapp-ci.yml +++ b/.github/workflows/webapp-ci.yml @@ -61,7 +61,7 @@ jobs: - name: Build Docker image run: docker build -f Dockerfile.webapp -t agentrc-webapp:test . - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@v0.35.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: agentrc-webapp:test format: sarif