Skip to content

Commit 703d2fd

Browse files
author
joeldsouza28
committed
added fixes
1 parent 85302e2 commit 703d2fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/kube/preview/temporal-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
version: $GITHUB_SHA
99
annotations:
1010
secrets.doppler.com/reload: 'true'
11-
checkov.io/skip: CKV_K8S_35:Third-party Temporal container uses simplified probes
11+
checkov.io/skip1=CKV_K8S_35=Third-party Temporal container uses simplified probes
1212
spec:
1313
replicas: 1
1414
strategy:

lib/kube/production/temporal-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
version: $GITHUB_SHA
99
annotations:
1010
secrets.doppler.com/reload: 'true'
11-
checkov.io/skip: CKV_K8S_35:Third-party Temporal container uses simplified probes
11+
checkov.io/skip1:CKV_K8S_35=Third-party Temporal container uses simplified probes
1212
spec:
1313
replicas: 1
1414
strategy:

0 commit comments

Comments
 (0)