Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ When you run your updated workflows, they will build your artifacts and generate

```yaml
- name: Generate SBOM attestation
uses: actions/attest-sbom@v1
uses: actions/attest-sbom@v2
with:
subject-path: 'PATH/TO/ARTIFACT'
sbom-path: 'PATH/TO/SBOM'
Expand All @@ -161,7 +161,7 @@ When you run your updated workflows, they will build your artifacts and generate

```yaml
- name: Generate SBOM attestation
uses: actions/attest-sbom@v1
uses: actions/attest-sbom@v2
with:
subject-name: {% raw %}${{ env.REGISTRY }}/PATH/TO/IMAGE{% endraw %}
subject-digest: 'sha256:fedcba0...'
Expand Down
Loading