Skip to content

Commit

Permalink
Merge pull request #4 from khulnasoft/dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
DevSecCon authored Nov 21, 2023
2 parents 71b7a89 + 026677c commit 9953294
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 @@ -65,7 +65,7 @@ func createOrasContainer(ctx context.Context, regIP string, bundlePath string) t

func createTunnelContainer(ctx context.Context, regIP string) testcontainers.Container {
reqTunnel := testcontainers.ContainerRequest{
Image: "khulnasoft/tunnel:latest",
Image: "aquasec/trivy:latest",
Cmd: []string{"--debug", "config", fmt.Sprintf("--policy-bundle-repository=%s:5111/defsec-test:latest", regIP), "."},
HostConfigModifier: func(config *container.HostConfig) {
config.NetworkMode = "host"
Expand Down

0 comments on commit 9953294

Please sign in to comment.