@@ -19,8 +19,8 @@ initiated.
19
19
Attestations can be verified using the [ ` attestation ` command in the GitHub
20
20
CLI] [ 5 ] .
21
21
22
- See [ Using artifact attestations to establish provenance for builds] [ 9 ]
23
- for more information on artifact attestations.
22
+ See [ Using artifact attestations to establish provenance for builds] [ 9 ] for more
23
+ information on artifact attestations.
24
24
25
25
## Usage
26
26
@@ -36,8 +36,8 @@ attest:
36
36
` ` `
37
37
38
38
The ` id-token` permission gives the action the ability to mint the OIDC token
39
- permission is necessary to persist the attestation. The `attestations` permission
40
- is necessary to persist the attestation.
39
+ permission is necessary to persist the attestation. The `attestations`
40
+ permission is necessary to persist the attestation.
41
41
42
42
1. Add the following to your workflow after your artifact has been built :
43
43
@@ -154,6 +154,9 @@ fully-qualified image name (e.g. "ghcr.io/user/app" or
154
154
" acme.azurecr.io/user/app" ). Do NOT include a tag as part of the image name --
155
155
the specific image being attested is identified by the supplied digest.
156
156
157
+ Attestation bundles are stored in the OCI registry according to the [Cosign
158
+ Bundle Specification][10].
159
+
157
160
> **NOTE**: When pushing to Docker Hub, please use "index.docker.io" as the
158
161
> registry portion of the image name.
159
162
@@ -210,4 +213,6 @@ jobs:
210
213
https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto
211
214
[7] : https://jsonlines.org/
212
215
[8] : https://github.com/actions/toolkit/tree/main/packages/glob#patterns
213
- [9] : https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
216
+ [9] :
217
+ https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
218
+ [10] : https://github.com/sigstore/cosign/blob/main/specs/BUNDLE_SPEC.md
0 commit comments