Skip to content

Commit

Permalink
use v1 of the checks bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Oct 2, 2024
1 parent 0e68193 commit 5fc1c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
BundleVersion = 0 // Latest released MAJOR version for trivy-checks
BundleVersion = 1 // Latest released MAJOR version for trivy-checks
BundleRepository = "ghcr.io/aquasecurity/trivy-checks"
policyMediaType = "application/vnd.cncf.openpolicyagent.layer.v1.tar+gzip"
updateInterval = 24 * time.Hour
Expand Down

0 comments on commit 5fc1c60

Please sign in to comment.