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>
Signed-off-by: penglongli <pelenli@tencent.com>
  • Loading branch information
mfreeman451 authored and penglongli committed Mar 6, 2024
1 parent 8a97881 commit dd616b9
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 dd616b9

Please sign in to comment.