Skip to content

Commit

Permalink
doc: add tutorial to verify tracee signature
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Jun 30, 2023
1 parent 87a2c04 commit 84bcb2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/tutorials/verify-tracee-signature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Cosign: verify tracee signature


## Prerequisites

Before you begin, ensure that you have the following:

- [cosign](https://docs.sigstore.dev/cosign/installation/)

## Verify tracee signature

Tracee images are signed with cosign keyless. To verify the signature we can run the command:

```console
cosign verify aquasec/tracee:{{ git.tag } --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp https://github.com/aquasecurity/tracee | jq
```

0 comments on commit 84bcb2e

Please sign in to comment.