Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attestations to CI pipeline #5

Open
marcus67 opened this issue Oct 19, 2024 · 0 comments
Open

Add attestations to CI pipeline #5

marcus67 opened this issue Oct 19, 2024 · 0 comments
Labels
ci / cd / devops enhancement New feature or request

Comments

@marcus67
Copy link
Member

Add attestations for both images to the pipeline, see snippets below

  # Attestation only works for public repositories
  - name: Generate artifact attestation
    uses: actions/attest-build-provenance@v1
    with:
      subject-name: accso/secure-check-plus
      subject-digest: ${{ steps.push.outputs.digest }}
      push-to-registry: true

  # Attestation only works for public repositories
  - name: Generate artifact attestation
    uses: actions/attest-build-provenance@v1
    with:
      subject-name: accso/secure-check-plus
      subject-digest: ${{ steps.push.outputs.digest }}
      push-to-registry: true
@marcus67 marcus67 added the enhancement New feature or request label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci / cd / devops enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant