Skip to content

Commit

Permalink
add unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
susanshi committed Aug 30, 2023
1 parent c28b7fa commit 6f85f08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/bats/quickstart-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SLEEP_TIME=1
run kubectl run demo --image=ghcr.io/deislabs/ratify/notary-image:signed
assert_success

# validate certificate store status property shows success
# validate unsigned fails
kubectl run demo1 --image=ghcr.io/deislabs/ratify/notary-image:unsigned
assert_failure
}

0 comments on commit 6f85f08

Please sign in to comment.