Skip to content

Commit

Permalink
fix hard-coded version of serving-core.yaml's url to env artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Z-JP authored and knative-prow-robot committed Mar 11, 2024
1 parent a116198 commit 3e235b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/security-prereqs-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Knative releases from 1.9 onwards are signed with [cosign](https://docs.sigstore

1. Extract the images from a manifeset and verify the signatures.

```
curl -sSL https://github.com/knative/serving/releases/download/knative-v1.10.1/serving-core.yaml \
```bash
curl -sSL {{ artifact(repo="serving",file="serving-core.yaml") }} \
| grep 'gcr.io/' | awk '{print $2}' | sort | uniq \
| xargs -n 1 \
cosign verify -o text \
Expand Down

0 comments on commit 3e235b3

Please sign in to comment.