Skip to content

Commit

Permalink
docs: Update signed-release-assets.md (argoproj#16755)
Browse files Browse the repository at this point in the history
Missing \ in example

Signed-off-by: mfreeman451 <[email protected]>
Signed-off-by: Kevin Lyda <[email protected]>
  • Loading branch information
mfreeman451 authored and lyda committed Mar 28, 2024
1 parent b5d3181 commit 03ae74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/signed-release-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The attestation payload contains a non-forgeable provenance which is base64 enco
```bash
slsa-verifier verify-image "$IMAGE" \
--source-uri github.com/argoproj/argo-cd \
--source-tag v2.7.0
--source-tag v2.7.0 \
--print-provenance | jq
```
Expand Down

0 comments on commit 03ae74e

Please sign in to comment.