Skip to content

Commit

Permalink
downgrade inspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Jul 17, 2024
1 parent 77f35a6 commit 517b284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kitchen-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
outputs:
full_image_id: ${{ steps.save_full_image_id.outputs.full_image_id }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion test/integration/simple-project/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright: Brown University
license: MIT
summary: An InSpec Compliance Profile For GCP
version: 0.1.0
inspec_version: ">= 5.22.3"
inspec_version: ">= 2.3.5"
attributes:
- name: project_id
required: true
Expand Down

0 comments on commit 517b284

Please sign in to comment.