Skip to content

Commit dc6fc17

Browse files
committed
Fix
Signed-off-by: Leonardo Milleri <lmilleri@redhat.com>
1 parent 668d26f commit dc6fc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const (
7575
attestationPolicyPath = confidentialContainersPath + "/attestation-service/policies/opa"
7676

7777
// default attestation policy filename for cpu
78-
defaultAttestationCpuPolicy = "default_cpu.rego"
78+
defaultAttestationCpuPolicy = "default_cpu1.rego"
7979

8080
// default directory for locally cached certificates
8181
kbsDefaultLocalCacheDir = "/etc/kbs/certs"

0 commit comments

Comments
 (0)