Skip to content

Commit b23f079

Browse files
committed
use the right policy
1 parent 007c006 commit b23f079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if test -f "kustomization.yaml"; then
1515

1616
echo "Fetching Policy..."
1717

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
1919

2020
echo "Policy fetched."
2121
echo "Running policy checker..."
@@ -38,7 +38,7 @@ if compgen -G "./*.tf" > /dev/null; then
3838
echo "Policy version: ${POLICY_VERSION}"
3939

4040
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
4242

4343
echo "Policy fetched."
4444

0 commit comments

Comments
 (0)