Skip to content

Commit

Permalink
Merge pull request #24 from nirmata/condition-esc
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-chdhry committed Aug 7, 2023
2 parents e2fa566 + 7b1ff96 commit ac751fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions configs/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ spec:
# value: ${AWS_SECRET_ACCESS_KEY}
- name: AWS_REGION
value: us-west-2
- name: DEFAULT_TRUST_POLICY
value: aws-signer-trust-policy
volumeMounts:
- name: notation
mountPath: /notation
Expand Down
2 changes: 1 addition & 1 deletion configs/samples/kyverno-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: sbom/example
conditions:
all:
- key: creationInfo.licenseListVersion
- key: \{{creationInfo.licenseListVersion}}
operator: Equals
value: "3.17"
service:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.7
github.com/go-logr/zapr v1.2.4
github.com/google/go-containerregistry v0.15.2
github.com/nirmata/kyverno-notation-verifier v0.7.3
github.com/nirmata/kyverno-notation-verifier v0.7.4
github.com/notaryproject/notation-core-go v1.0.0-rc.4
github.com/pkg/errors v0.9.1
go.uber.org/zap v1.24.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,8 @@ github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354/go.mod h1:KSVJerMDfblTH7p5MZaTt+8zaT2iEk3AkVb9PQdZuE8=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nirmata/kyverno-notation-verifier v0.7.3 h1:sn2fvl5n+IYBUDtG8gIjFRI+lGX9sEETbvy3/Nm+JZE=
github.com/nirmata/kyverno-notation-verifier v0.7.3/go.mod h1:o4pf546Qdj5pTit7hJAhfUjnJlXhLKRzND6BGRlc9aE=
github.com/nirmata/kyverno-notation-verifier v0.7.4 h1:tFxkV5/R31plApGenSLMosLDLRPlKotC7aXR2GVSp9M=
github.com/nirmata/kyverno-notation-verifier v0.7.4/go.mod h1:o4pf546Qdj5pTit7hJAhfUjnJlXhLKRzND6BGRlc9aE=
github.com/nishanths/exhaustive v0.1.0/go.mod h1:S1j9110vxV1ECdCudXRkeMnFQ/DQk9ajLT0Uf2MYZQQ=
github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc/go.mod h1:62PewwiQTlm/7Rj+cxVYqZvDIUc+JjZq6GHAC1fsObQ=
github.com/nishanths/predeclared v0.2.1/go.mod h1:HvkGJcA3naj4lOwnFXFDkFxVtSqQMB9sbB1usJ+xjQE=
Expand Down

0 comments on commit ac751fb

Please sign in to comment.