mirror of
https://github.com/inspec/inspec
synced 2025-02-19 07:28:41 +00:00
Change master to main branch for inspec-gcp and inspec-azure repo
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
52d9fe4321
commit
81b28c2c51
4 changed files with 4 additions and 4 deletions
lib/plugins/inspec-init/templates/profiles
test/fixtures/profiles/cloud
|
@ -9,6 +9,6 @@ version: 0.1.0
|
|||
inspec_version: '>= 2.2.7'
|
||||
depends:
|
||||
- name: inspec-azure
|
||||
url: https://github.com/inspec/inspec-azure/archive/master.tar.gz
|
||||
url: https://github.com/inspec/inspec-azure/archive/main.tar.gz
|
||||
supports:
|
||||
- platform: azure
|
||||
|
|
|
@ -13,6 +13,6 @@ inputs:
|
|||
description: 'The GCP project identifier.'
|
||||
depends:
|
||||
- name: inspec-gcp
|
||||
url: https://github.com/inspec/inspec-gcp/archive/master.tar.gz
|
||||
url: https://github.com/inspec/inspec-gcp/archive/main.tar.gz
|
||||
supports:
|
||||
- platform: gcp
|
||||
|
|
|
@ -9,6 +9,6 @@ version: 0.1.0
|
|||
inspec_version: '>= 2.2.7'
|
||||
depends:
|
||||
- name: inspec-azure
|
||||
url: https://github.com/inspec/inspec-azure/archive/master.tar.gz
|
||||
url: https://github.com/inspec/inspec-azure/archive/main.tar.gz
|
||||
supports:
|
||||
- platform: azure
|
||||
|
|
|
@ -13,6 +13,6 @@ inputs:
|
|||
description: 'The GCP project identifier.'
|
||||
depends:
|
||||
- name: inspec-gcp
|
||||
url: https://github.com/inspec/inspec-gcp/archive/master.tar.gz
|
||||
url: https://github.com/inspec/inspec-gcp/archive/main.tar.gz
|
||||
supports:
|
||||
- platform: gcp
|
||||
|
|
Loading…
Add table
Reference in a new issue