Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions content/en/policy-controller/sample-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ For example purposes, you can use [`sboms/example.spdx.json`](https://github.com
Then attach the SBOM to your image using [`cosign attest`](https://github.com/sigstore/cosign/blob/main/doc/cosign_attest.md) along with the flag `--type 'https://spdx.dev/Document'`, signing keylessly against the public Fulcio root:

```
export COSIGN_EXPERIMENTAL=1

cosign attest --yes --type https://spdx.dev/Document \
--predicate sboms/example.spdx.json \
"${IMAGE}"
Expand Down