forked from actions/attest-build-provenance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "bump actions/attest to v2.0.0 (actions#321)"
This reverts commit 619dbb2.
- Loading branch information
1 parent
619dbb2
commit a7d2d9e
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ inputs: | |
description: > | ||
Path to the artifact serving as the subject of the attestation. Must | ||
specify exactly one of "subject-path" or "subject-digest". May contain a | ||
glob pattern or list of paths (total subject count cannot exceed 1024). | ||
glob pattern or list of paths (total subject count cannot exceed 2500). | ||
required: false | ||
subject-digest: | ||
description: > | ||
|
@@ -44,15 +44,15 @@ inputs: | |
|
||
outputs: | ||
bundle-path: | ||
description: 'The path to the file containing the attestation bundle.' | ||
description: 'The path to the file containing the attestation bundle(s).' | ||
value: ${{ steps.attest.outputs.bundle-path }} | ||
|
||
runs: | ||
using: 'composite' | ||
steps: | ||
- uses: actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74 # [email protected] | ||
id: generate-build-provenance-predicate | ||
- uses: actions/attest@v2.0.0 | ||
- uses: actions/attest@67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d # v1.4.1 | ||
id: attest | ||
with: | ||
subject-path: ${{ inputs.subject-path }} | ||
|