File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,10 @@ Attestations are saved in the JSON-serialized [Sigstore bundle][8] format.
127
127
If multiple subjects are being attested at the same time, a single attestation
128
128
will be created with references to each of the supplied subjects.
129
129
130
+ The absolute path to the generated attestation is appended to the file
131
+ ` ${RUNNER_TEMP}/created_attestation_paths.txt` . This file will accumulate the
132
+ paths to all attestations created over the course of a single workflow.
133
+
130
134
# # Attestation Limits
131
135
132
136
# ## Subject Limits
Original file line number Diff line number Diff line change 71
71
id : generate-sbom-predicate
72
72
with :
73
73
sbom-path : ${{ inputs.sbom-path }}
74
- - uses : actions/attest@v2.3 .0
74
+ - uses : actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc # v2.4 .0
75
75
id : attest
76
76
with :
77
77
subject-path : ${{ inputs.subject-path }}
You can’t perform that action at this time.
0 commit comments