Skip to content

Commit

Permalink
use the right policy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Apr 5, 2022
1 parent 007c006 commit b23f079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if test -f "kustomization.yaml"; then

echo "Fetching Policy..."

git clone --quiet --depth 1 --branch ${POLICY_VERSION} https://github.com/example-policy-org/policy.git /policy
git clone --quiet --depth 1 --branch ${POLICY_VERSION} https://github.com/example-policy-org-demo/policy.git /policy

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

echo "Fetching Policy..."
git clone --quiet --depth 1 --branch ${POLICY_VERSION} https://github.com/example-policy-org/policy.git /policy
git clone --quiet --depth 1 --branch ${POLICY_VERSION} https://github.com/example-policy-org-demo/policy.git /policy

echo "Policy fetched."

Expand Down

0 comments on commit b23f079

Please sign in to comment.