Skip to content

Add attestations to CI pipeline #5

Description

@marcus67

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions