Skip to content

Commit

Permalink
Merge branch 'bndl-cnr' into go2rego-aws-6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Aug 23, 2024
2 parents e4f0af8 + 4f4537c commit 58c7874
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{"latest", "canary"} // TODO: add more versions
var supportedTrivyVersions = []string{"canary"} // TODO: add more versions

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

0 comments on commit 58c7874

Please sign in to comment.