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 <mfreeman451@gmail.com>
  • Loading branch information
mfreeman451 authored and Julien Fuix committed Feb 6, 2024
1 parent 1c2836c commit 84a771c
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 84a771c

Please sign in to comment.