mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
81d07cd8d9
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
19 lines
No EOL
463 B
YAML
19 lines
No EOL
463 B
YAML
name: <%= name %>
|
|
title: GCP InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Apache-2.0
|
|
summary: An InSpec Compliance Profile For GCP
|
|
version: 0.1.0
|
|
inspec_version: '>= 2.3.5'
|
|
attributes:
|
|
- name: gcp_project_id
|
|
required: true
|
|
description: 'The GCP project identifier.'
|
|
type: string
|
|
depends:
|
|
- name: inspec-gcp
|
|
url: https://github.com/inspec/inspec-gcp/archive/master.tar.gz
|
|
supports:
|
|
- platform: gcp |