diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5609c89..ecb5ea4 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -173,7 +173,7 @@ jobs: with: name: "vuln-frontend.json" - name: Attest vulnerability scan - run: cosign attest --yes --replace --predicate vuln.json --type vuln ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_IMAGE_NAME }}/frontend:${{ env.CONTAINER_IMAGE_VERSION }} + run: cosign attest --yes --replace --predicate vuln-frontend.json --type vuln ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_IMAGE_NAME }}/frontend:${{ env.CONTAINER_IMAGE_VERSION }} - id: set-version run: echo "version=$CONTAINER_IMAGE_VERSION" >> "$GITHUB_OUTPUT" - name: Send status to Slack