diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 60f9e329..f340b12f 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -167,7 +167,7 @@ jobs: - name: Extract branch/tag name run: python3 ./.github/scripts/extract_git_ref.py # Provides env.BRANCH - name: Scan image with Trivy - uses: aquasecurity/trivy-action@0.18.0 + uses: aquasecurity/trivy-action@0.24.0 with: image-ref: "${{ env.REGISTRY }}/api:${{ env.BRANCH }}" format: "sarif" @@ -192,7 +192,7 @@ jobs: - name: Extract branch/tag name run: python3 ./.github/scripts/extract_git_ref.py # Provides env.BRANCH - name: Scan image with Trivy - uses: aquasecurity/trivy-action@0.18.0 + uses: aquasecurity/trivy-action@0.24.0 with: image-ref: "${{ env.REGISTRY }}/data:${{ env.BRANCH }}" format: "sarif" diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 2d15646b..b588f5d5 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -109,7 +109,7 @@ jobs: - name: Extract branch/tag name run: python3 ./.github/scripts/extract_git_ref.py # Provides env.BRANCH - name: Scan image with Trivy - uses: aquasecurity/trivy-action@0.18.0 + uses: aquasecurity/trivy-action@0.24.0 with: image-ref: "${{ env.REGISTRY }}:${{ env.BRANCH }}" format: "sarif"