Skip to content

Commit

Permalink
Merge pull request #1050 from SharpRake/typo-fix
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
ltagliaferri authored Oct 7, 2023
2 parents ff4dd38 + 3ba8119 commit dc4c6b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ From there, click the **Edit Steps** button to add the following commands to a s
chainctl policy ls
```

These commands will cause your Buildkite pipeline to download `chainctl` and make it executable. It will then sign in to Chainguard Enforce using the Buildkite identity you generated previously. If this workflow can successfully assume the identity, then it will be able to execute the `chainctl policy ls` command and retrieve the list of policies associated with the g
These commands will cause your Buildkite pipeline to download `chainctl` and make it executable. It will then sign in to Chainguard Enforce using the Buildkite identity you generated previously. If this workflow can successfully assume the identity, then it will be able to execute the `chainctl policy ls` command and retrieve the list of policies associated with the group.

There are a couple ways you can add commands to an existing Buildkite pipeline, so follow whatever procedure works best for you.

Expand Down

0 comments on commit dc4c6b1

Please sign in to comment.