Skip to content

Commit

Permalink
feat(SLSA/provenance): publish provenance to central notary repository (
Browse files Browse the repository at this point in the history
  • Loading branch information
saisatishkarra committed Apr 12, 2024
1 parent 798d339 commit 4cfcb79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/_src/gateway/kong-enterprise/provenance-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ For both examples, you need to:
regctl manifest digest <image>:<tag>
```

{% if_version gte:3.7.x %}

5. Set the `COSIGN_REPOSITORY` environment variable:

```sh
export COSIGN_REPOSITORY=kong/notary
```

{% endif_version %}

{:.important .no-icon}
> The GitHub owner is case-sensitive (`Kong/kong-ee` vs `kong/kong-ee`).

Expand Down

0 comments on commit 4cfcb79

Please sign in to comment.