mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-19 13:52:36 +00:00
Merge branch 'main' into dependabot/npm_and_yarn/npm-development-0290a10eb4
This commit is contained in:
commit
c1ff59a6f2
@ -1,6 +1,6 @@
|
|||||||
# `actions/attest-build-provenance`
|
# `actions/attest-build-provenance`
|
||||||
|
|
||||||
Generate signed build provenace attestations for workflow artifacts. Internally
|
Generate signed build provenance attestations for workflow artifacts. Internally
|
||||||
powered by the [@actions/attest][1] package.
|
powered by the [@actions/attest][1] package.
|
||||||
|
|
||||||
Attestations bind some subject (a named artifact along with its digest) to a
|
Attestations bind some subject (a named artifact along with its digest) to a
|
||||||
@ -47,7 +47,7 @@ attest:
|
|||||||
subject-path: '<PATH TO ARTIFACT>'
|
subject-path: '<PATH TO ARTIFACT>'
|
||||||
```
|
```
|
||||||
|
|
||||||
The `subject-path` parameter should identity the artifact for which you want
|
The `subject-path` parameter should identify the artifact for which you want
|
||||||
to generate an attestation.
|
to generate an attestation.
|
||||||
|
|
||||||
### Inputs
|
### Inputs
|
||||||
@ -61,7 +61,7 @@ See [action.yml](action.yml)
|
|||||||
# specify exactly one of "subject-path" or "subject-digest".
|
# specify exactly one of "subject-path" or "subject-digest".
|
||||||
subject-path:
|
subject-path:
|
||||||
|
|
||||||
# SHA256 digest of the subject for for the attestation. Must be in the form
|
# SHA256 digest of the subject for the attestation. Must be in the form
|
||||||
# "sha256:hex_digest" (e.g. "sha256:abc123..."). Must specify exactly one
|
# "sha256:hex_digest" (e.g. "sha256:abc123..."). Must specify exactly one
|
||||||
# of "subject-path" or "subject-digest".
|
# of "subject-path" or "subject-digest".
|
||||||
subject-digest:
|
subject-digest:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user