mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #5642 from inspec/vasundhara/git-branch-master-to-main
Change master to main branch for inspec-gcp and inspec-azure repo
This commit is contained in:
commit
38bf5178cb
4 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue