https://github.com/burtlo/inspec-resource-pack
https://github.com/burtlo/inspec-resource-pack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/burtlo/inspec-resource-pack
- Owner: burtlo
- License: other
- Created: 2019-05-31T22:13:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T22:37:10.000Z (about 6 years ago)
- Last Synced: 2025-04-11T02:11:28.085Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ResourcePack Plugin
Provides a generator InSpec resource pack (a profile without controls and only resources).
## To Install This Plugin
```
$ inspec plugin install inspec-resource-pack
```## What This Plugin Does
Generate a resource pack that has a unit test suite associate with it.
```bash
$ inspec generate resource_pack git
...
```