Skip to content

Commit

Permalink
Revert "test(bundle): use only canary Trivy" (#248)
Browse files Browse the repository at this point in the history
This reverts commit d64163a.

Co-authored-by: Nikita Pivkin <[email protected]>
  • Loading branch information
simar7 and nikpivkin authored Sep 18, 2024
1 parent 8671ece commit f375512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var bundlePath = "bundle.tar.gz"
var OrasPush = []string{"--config", "/dev/null:application/vnd.cncf.openpolicyagent.config.v1+json", fmt.Sprintf("%s:application/vnd.cncf.openpolicyagent.layer.v1.tar+gzip", bundlePath)}
var supportedTrivyVersions = []string{"canary"} // TODO: add more versions
var supportedTrivyVersions = []string{"latest", "canary"} // TODO: add more versions

func createRegistryContainer(ctx context.Context) (testcontainers.Container, string) {
reqReg := testcontainers.ContainerRequest{
Expand Down

0 comments on commit f375512

Please sign in to comment.