Skip to content

Commit

Permalink
Revert "test(bundle): Disable canary builds"
Browse files Browse the repository at this point in the history
This reverts commit b9b4090.
  • Loading branch information
simar7 committed Oct 30, 2024
1 parent b9b4090 commit ee72ed0
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{"--artifact-type", "application/vnd.cncf.openpolicyagent.config.v1+json", fmt.Sprintf("%s:application/vnd.cncf.openpolicyagent.layer.v1.tar+gzip", bundlePath)}
var supportedTrivyVersions = []string{"latest"} // 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 ee72ed0

Please sign in to comment.