diff --git a/.github/workflows/chainguard.yml b/.github/workflows/chainguard.yml index 77284e6..35cd92e 100644 --- a/.github/workflows/chainguard.yml +++ b/.github/workflows/chainguard.yml @@ -111,7 +111,7 @@ jobs: # Scan de segurança com Aqua Security Trivy - name: Aqua Security Trivy - uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0 + uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0 with: image-ref: nataliagranato/senhas:${{ steps.generate-tag.outputs.tag }} format: 'sarif' diff --git a/.github/workflows/giropops-docker.yml b/.github/workflows/giropops-docker.yml index 9a70e4f..041e39d 100644 --- a/.github/workflows/giropops-docker.yml +++ b/.github/workflows/giropops-docker.yml @@ -68,7 +68,7 @@ jobs: platforms: linux/amd64,linux/arm64 - name: Aqua Security Trivy - uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0 + uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0 with: image-ref: nataliagranato/linuxtips-giropops-senhas:${{ steps.generate-tag.outputs.tag }} format: 'sarif' diff --git a/.github/workflows/redis-docker.yml b/.github/workflows/redis-docker.yml index 415258d..5933258 100644 --- a/.github/workflows/redis-docker.yml +++ b/.github/workflows/redis-docker.yml @@ -68,7 +68,7 @@ jobs: platforms: linux/amd64,linux/arm64 - name: Aqua Security Trivy - uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0 + uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0 with: image-ref: nataliagranato/redis:${{ steps.generate-tag.outputs.tag }} format: 'sarif'