Skip to content

Commit 3b78567

Browse files
committed
datree config set offline local
1 parent 54cf1f0 commit 3b78567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8-infra-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
- name: Run Kubeaudit Scan
9393
run: |
9494
cd ${{ env.KUBERNETES_INFRA_DIR }}
95-
datree config set offline local
9695
kubeaudit all -f resc_helm_template.yaml
9796
9897
- name: Install Datree
@@ -105,6 +104,7 @@ jobs:
105104
id: datree_scan
106105
run: |
107106
cd ${{ env.KUBERNETES_INFRA_DIR }}
107+
datree config set offline local
108108
datree test resc_helm_template.yaml --only-k8s-files --no-record --verbose --policy-config datree-policies.yaml
109109
110110
release-charts:

0 commit comments

Comments
 (0)