Skip to content

Commit 30dbf50

Browse files
committed
change varsion to tag in inspec yml files
1 parent 1319bb6 commit 30dbf50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/integration/simple_project/inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: simple_project
22
depends:
33
- name: inspec-gcp
44
git: https://github.com/inspec/inspec-gcp.git
5-
version: ~> 0.11.0
5+
tag: v0.11.0
66
attributes:
77
- name: project_id
88
required: true

test/integration/simple_project_with_regional_network/inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: simple_project_with_regional_network
22
depends:
33
- name: inspec-gcp
44
git: https://github.com/inspec/inspec-gcp.git
5-
version: ~> 0.11.0
5+
tag: v0.11.0
66
attributes:
77
- name: project_id
88
required: true

test/integration/submodule_firewall/inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: simple_project
22
depends:
33
- name: inspec-gcp
44
git: https://github.com/inspec/inspec-gcp.git
5-
version: ~> 0.11.0
5+
tag: v0.11.0
66
attributes:
77
- name: project_id
88
required: true

0 commit comments

Comments
 (0)