Skip to content

Commit

Permalink
link to cosign repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 17, 2024
1 parent b12eb8d commit e3ff102
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ A HTML documentation can be then found in `doc/_build/html/index.html`.

## Container signatures

From release 15 on, Logprep containers are signed using the cosign tool.
From release 15 on, Logprep containers are signed using the
[cosign](https://github.com/sigstore/cosign) tool.
To verify the container, you can copy the following public key into a file
`logprep.pub`:

Expand All @@ -264,7 +265,8 @@ cosign verify --key logprep.pub ghcr.io/fkie-cad/logprep:3.11-latest
## Container SBOM

From release 15 on, Logprep container images are shipped with a generated sbom.
To verify the supply-chain, get the sbom data from the image attestation with:
To verify the supply-chain, get the sbom data from the image
[cosign](https://github.com/sigstore/cosign) attestation with:

```
cosign verify-attestation --key logprep.pub ghcr.io/fkie-cad/logprep:py3.11-latest | jq '.payload | @base64d | fromjson | .predicate | .Data | fromjson' > sbom.json
Expand Down

0 comments on commit e3ff102

Please sign in to comment.