diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 5c01a295..60f9e329 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.17.0 + uses: aquasecurity/trivy-action@0.18.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.17.0 + uses: aquasecurity/trivy-action@0.18.0 with: image-ref: "${{ env.REGISTRY }}/data:${{ env.BRANCH }}" format: "sarif" diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 72bdfe99..2d15646b 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.17.0 + uses: aquasecurity/trivy-action@0.18.0 with: image-ref: "${{ env.REGISTRY }}:${{ env.BRANCH }}" format: "sarif"