Skip to content

Commit aa0c498

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/selftest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ 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+
id: sigstore-python
156+
with:
157+
inputs: ./test/artifact2.txt
158+
staging: true
159+
rekor-version: 1
160+
internal-be-careful-debug: true
153161
- name: Check outputs
154162
run: |
155163
[[ -f ./test/artifact.txt.sigstore.json ]] || exit 1

0 commit comments

Comments
 (0)