Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 16, 2024
1 parent 949ddae commit 6b3ab45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ 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.
Logprep currently does not use the keyless signing and the transparency log.
To verify the container, you can copy the following public key into a file
`logprep.pub`:

Expand All @@ -258,5 +257,5 @@ kVtARE+LJfSFI25BanOG9jaxxRGVt+Sa1KtQbMcy7Glxu0s7XgD9VFGjTA==
And use it to verify the signature:

```
cosign verify --key logprep.pub ghcr.io/fkie-cad/logprep:3.11-latest --insecure-ignore-tlog=true
cosign verify --key logprep.pub ghcr.io/fkie-cad/logprep:3.11-latest
```

0 comments on commit 6b3ab45

Please sign in to comment.