Skip to content

Commit

Permalink
fix: update olm defaults
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan committed Jun 13, 2024
1 parent d135915 commit 20aaa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/trivyoperator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ func GetDefaultConfig() ConfigData {
KeyScanJobcompressLogs: "true",
keyComplianceFailEntriesLimit: "10",
KeyReportRecordFailedChecksOnly: "true",
KeyNodeCollectorImageRef: "ghcr.io/aquasecurity/node-collector:0.1.2",
KeyPoliciesBundleOciRef: "ghcr.io/aquasecurity/trivy-policies:0",
KeyNodeCollectorImageRef: "ghcr.io/aquasecurity/node-collector:0.2.1",
KeyPoliciesBundleOciRef: "ghcr.io/aquasecurity/trivy-checks:0",
}
}

Expand Down

0 comments on commit 20aaa57

Please sign in to comment.