mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
15 lines
360 B
YAML
15 lines
360 B
YAML
|
name: <%= name %>
|
||
|
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: '>= 3.7'
|
||
|
depends:
|
||
|
- name: inspec-azure
|
||
|
url: https://github.com/inspec/inspec-azure/archive/master.tar.gz
|
||
|
supports:
|
||
|
- platform: azure
|