Skip to content

Commit

Permalink
feat(pkg/distribution): generate index with signature from registry m…
Browse files Browse the repository at this point in the history
…odel

Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Jul 19, 2023
1 parent 5d6f782 commit 5e56fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/registry/pkg/distribution/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func pluginToIndexEntry(p registry.Plugin, registry, repo string) *index.Entry {
Name: p.Name,
Type: string(falcoctloci.Plugin),
Registry: registry,
Signature: &p.Signature,
Repository: repo,
Description: p.Description,
Home: p.URL,
Expand All @@ -60,6 +61,7 @@ func pluginRulesToIndexEntry(p registry.Plugin, registry, repo string) *index.En
Name: p.Name + common.RulesArtifactSuffix,
Type: string(falcoctloci.Rulesfile),
Registry: registry,
Signature: &p.Signature,
Repository: repo,
Description: p.Description,
Home: p.URL,
Expand Down

0 comments on commit 5e56fc2

Please sign in to comment.