Skip to content

Commit

Permalink
chore: Fix link in pipeline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Jan 9, 2025
1 parent a19fb22 commit c599694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cache-to: type=gha,mode=max
sbom: true

# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[Using artifact attestations to establish provenance for builds](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds)."
- name: Generate artifact attestation (docker.io)
uses: actions/attest-build-provenance@v2
with:
Expand Down

0 comments on commit c599694

Please sign in to comment.