Skip to content

Commit

Permalink
fixing broken link
Browse files Browse the repository at this point in the history
Signed-off-by: chaosinthecrd <[email protected]>
  • Loading branch information
ChaosInTheCRD committed Feb 21, 2024
1 parent 0e9c3c3 commit 3bd359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/artifact-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bash -c "echo 'hello' > hello.txt"
In this command you will notice a few flags:

- `-s build` specifies the step name. This is helpful for identifying which step of the supply chain these particular attestations are from.
- `-a environment` specifies the attestor to use. There are a [wide variety of attestors](../attestors) available which can called in a list using this flag.
- `-a environment` specifies the attestor to use. There are a [wide variety of attestors](/docs/concepts/attestor) available which can called in a list using this flag.
- `-k buildkey.pem` specifies the private key we generated to use for signing the attestations.
- `-o build-attestation.json` specifies the output file for the attestations to be written to in `json` format.

Expand Down

0 comments on commit 3bd359e

Please sign in to comment.