Skip to content

Commit

Permalink
fix(registry): correct repository name in the signature info
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Sep 22, 2023
1 parent 69c9be8 commit 77ba57a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rulesfiles:
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
certificate-identity-regexp: https://github.com/falcosecurity/rules/
- name: falco-incubating-rules
description: Falco incubating rules
authors: The Falco Authors
Expand All @@ -43,7 +43,7 @@ rulesfiles:
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
certificate-identity-regexp: https://github.com/falcosecurity/rules/
- name: falco-sandbox-rules
description: Falco sandbox rules
authors: The Falco Authors
Expand All @@ -57,7 +57,7 @@ rulesfiles:
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
certificate-identity-regexp: https://github.com/falcosecurity/rules/
- name: falco-deprecated-rules
description: Falco deprecated rules kept as examples but are no longer maintained
authors: The Falco Authors
Expand Down

0 comments on commit 77ba57a

Please sign in to comment.