mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
54e7428e75
Signed-off-by: Stuart Paterson <spaterson@chef.io>
14 lines
362 B
YAML
14 lines
362 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: '>= 2.2.7'
|
|
depends:
|
|
- name: inspec-azure
|
|
url: https://github.com/inspec/inspec-azure/archive/master.tar.gz
|
|
supports:
|
|
- platform: azure
|