inspec / inspec-azure

InSpec Azure Resource Pack
https://www.inspec.io/
Other
98 stars 80 forks source link

Profile URL dependency https://github.com/inspec/inspec-azure/archive/master.tar.gz could not be fetched: 404 Not Found #576

Open samsonkolge opened 2 years ago

samsonkolge commented 2 years ago

Describe the problem

When I try to use inspec-azure profile, I get the below error:

$ inspec check playbook/roles/odnd/tests/my-profile Profile URL dependency https://github.com/inspec/inspec-azure/archive/master.tar.gz could not be fetched: 404 Not Found

name: my-profile title: Azure InSpec Profile maintainer: The Authors copyright: The Authors copyright_email: you@example.com license: Apache-2.0 summary: An InSpec Compliance Profile For Azure version: 0.1.0 inspec_version: '>= 4.23.15' depends:

sathish-progress commented 2 years ago

Hey @samsonkolge, this issue is because we don't have master branch anymore instead it is replaced with main branch. Could you update your dependency url as https://github.com/inspec/inspec-azure/archive/main.tar.gz in inspec.yml

samsonkolge commented 2 years ago

@sathish-progress THANKS MUCH! Checking now.