Skip to content

Commit

Permalink
fix(terraform): Add or condition for TLS 1.3 policy, supporting CKV_A…
Browse files Browse the repository at this point in the history
…WS_103 (bridgecrewio#3700)

* Add or condition for tls 1.3 policy.

* Add tests verifying tls 1.3 meets requirement.
  • Loading branch information
theherk authored and schosterbarak committed Oct 20, 2022
1 parent 71a0376 commit b84bb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admissioncontroller/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
capabilities:
drop:
- ALL
image: bridgecrew/whorf@sha256:3348d6b59bb24ac3766a3de399958cb295bdd9b34d9b96447f5110efc84942c8
image: bridgecrew/whorf@sha256:df821e9625297ee2817c39f583f02e8722a3b028e7f31838fbb053276b107ee5
imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit b84bb25

Please sign in to comment.