We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cf1f0 commit 3b78567Copy full SHA for 3b78567
.github/workflows/k8-infra-ci.yaml
@@ -92,7 +92,6 @@ jobs:
92
- name: Run Kubeaudit Scan
93
run: |
94
cd ${{ env.KUBERNETES_INFRA_DIR }}
95
- datree config set offline local
96
kubeaudit all -f resc_helm_template.yaml
97
98
- name: Install Datree
@@ -105,6 +104,7 @@ jobs:
105
104
id: datree_scan
106
107
+ datree config set offline local
108
datree test resc_helm_template.yaml --only-k8s-files --no-record --verbose --policy-config datree-policies.yaml
109
110
release-charts:
0 commit comments