Skip to content

Add attestations to CI pipeline #5

@marcus67

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

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