2018-11-27 21:55:03 +00:00
|
|
|
|
name: <%= name %>
|
|
|
|
|
title: AWS InSpec Profile
|
|
|
|
|
maintainer: The Authors
|
|
|
|
|
copyright: The Authors
|
|
|
|
|
copyright_email: you@example.com
|
|
|
|
|
license: Apache-2.0
|
|
|
|
|
summary: An InSpec Compliance Profile For AWS
|
|
|
|
|
version: 0.1.0
|
2019-02-22 14:55:50 +00:00
|
|
|
|
inspec_version: '~> 4'
|
2021-03-17 14:19:11 +00:00
|
|
|
|
inputs:
|
2018-11-27 21:55:03 +00:00
|
|
|
|
- name: aws_vpc_id
|
2019-02-22 14:55:50 +00:00
|
|
|
|
required: false
|
2019-03-14 10:14:13 +00:00
|
|
|
|
# Below is deliberately left as a default empty string to allow the profile to run when this is not provided.
|
|
|
|
|
# Please see the README for more details.
|
2021-03-17 14:19:11 +00:00
|
|
|
|
value: ''
|
2019-02-22 14:55:50 +00:00
|
|
|
|
description: 'Optional Custom AWS VPC Id'
|
|
|
|
|
depends:
|
|
|
|
|
- name: inspec-aws
|
2021-08-30 12:38:06 +00:00
|
|
|
|
url: https://github.com/inspec/inspec-aws/archive/main.tar.gz
|
2018-11-27 21:55:03 +00:00
|
|
|
|
supports:
|
2019-03-14 10:14:13 +00:00
|
|
|
|
- platform: aws
|