diff --git a/lib/plugins/inspec-init/templates/profiles/azure/inspec.yml b/lib/plugins/inspec-init/templates/profiles/azure/inspec.yml index 0f5469be9..17d8e7ce2 100644 --- a/lib/plugins/inspec-init/templates/profiles/azure/inspec.yml +++ b/lib/plugins/inspec-init/templates/profiles/azure/inspec.yml @@ -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 diff --git a/lib/plugins/inspec-init/templates/profiles/gcp/inspec.yml b/lib/plugins/inspec-init/templates/profiles/gcp/inspec.yml index 8ccbcdcba..8a47966c0 100644 --- a/lib/plugins/inspec-init/templates/profiles/gcp/inspec.yml +++ b/lib/plugins/inspec-init/templates/profiles/gcp/inspec.yml @@ -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 diff --git a/test/fixtures/profiles/cloud/test-azure/inspec.yml b/test/fixtures/profiles/cloud/test-azure/inspec.yml index dff1ab175..70323356a 100644 --- a/test/fixtures/profiles/cloud/test-azure/inspec.yml +++ b/test/fixtures/profiles/cloud/test-azure/inspec.yml @@ -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 diff --git a/test/fixtures/profiles/cloud/test-gcp/inspec.yml b/test/fixtures/profiles/cloud/test-gcp/inspec.yml index e2a4c8c91..cfaaae139 100644 --- a/test/fixtures/profiles/cloud/test-gcp/inspec.yml +++ b/test/fixtures/profiles/cloud/test-gcp/inspec.yml @@ -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