File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if test -f "kustomization.yaml"; then
15
15
16
16
echo " Fetching Policy..."
17
17
18
- git clone --quiet --depth 1 --branch ${POLICY_VERSION} https://github.com/example-policy-org/policy.git /policy
18
+ git clone --quiet --depth 1 --branch ${POLICY_VERSION} https://github.com/example-policy-org-demo /policy.git /policy
19
19
20
20
echo " Policy fetched."
21
21
echo " Running policy checker..."
@@ -38,7 +38,7 @@ if compgen -G "./*.tf" > /dev/null; then
38
38
echo " Policy version: ${POLICY_VERSION} "
39
39
40
40
echo " Fetching Policy..."
41
- git clone --quiet --depth 1 --branch ${POLICY_VERSION} https://github.com/example-policy-org/policy.git /policy
41
+ git clone --quiet --depth 1 --branch ${POLICY_VERSION} https://github.com/example-policy-org-demo /policy.git /policy
42
42
43
43
echo " Policy fetched."
44
44
You can’t perform that action at this time.
0 commit comments