Skip to content

Commit c394ac5

Browse files
committed
Add test for rekor-version argument
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent ecfa0d7 commit c394ac5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/selftest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ jobs:
150150
inputs: ./test/artifact.txt
151151
staging: true
152152
internal-be-careful-debug: true
153+
- name: Sign artifact with non-default rekor-version and publish signature
154+
uses: ./
155+
with:
156+
inputs: ./test/artifact2.txt
157+
staging: true
158+
rekor-version: 1
159+
internal-be-careful-debug: true
153160
- name: Check outputs
154161
run: |
155162
[[ -f ./test/artifact.txt.sigstore.json ]] || exit 1

0 commit comments

Comments
 (0)