inspec
inspec copied to clipboard
Enhance `inspec init profile` to pin to a released version of external resource packs
At the cost of making a call to GitHub we could retrieve and pin to latest released resource pack versions rather than master.tar.gz
during an inspec init profile
. This would allow us to update supported resource pack documentation to soley use this mechanism for getting started.
Detailed Description
Running inspec init profile --platform aws my-profile
results in pinning to master
e.g.
depends:
- name: inspec-aws
url: https://github.com/inspec/inspec-aws/archive/master.tar.gz
By retrieving the latest release tag we could instead pin to that version in the inspec.yml
Agreed we need this.
I'm down
Per the recent customer woes we've dealt with around this, I'm going to up the priority.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.