Skip to content

Commit

Permalink
Merge pull request #8 from sacloud/v120
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
hekki authored Sep 12, 2024
2 parents badb925 + 42e122a commit 303b067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As mentioned earlier, OPA and Conftest must be installed in the local environmen
$ cd terraform

# Download the policy
$ conftest pull 'git::https://github.com/sacloud/terraform-provider-sakuracloud-policy.git//policy?ref=v1.1.0'
$ conftest pull 'git::https://github.com/sacloud/terraform-provider-sakuracloud-policy.git//policy?ref=v1.2.0'

# Run the tests
$ conftest test . --ignore=".git/|.github/|.terraform/"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: conftest -v

- name: download policy
run: conftest pull 'git::https://github.com/sacloud/terraform-provider-sakuracloud-policy.git//policy?ref=v1.1.0'
run: conftest pull 'git::https://github.com/sacloud/terraform-provider-sakuracloud-policy.git//policy?ref=v1.2.0'

- name: run test
run: conftest test . --ignore=".git/|.github/|.terraform/" --data="exception.json"
Expand Down

0 comments on commit 303b067

Please sign in to comment.