inspec/test/unit/mock/profiles/profile-lock-outofsync/inspec.yml
Christoph Hartmann 27b80e0998 ✓ adds additional checks for vendored profiles (#3362)
* ✓ adds additional checks for vendored profiles

This PR adds additional checks to verify if:
- inspec.yml and inspec.lock dependencies are out-of-sync
- complains about a missing lock file if we have dependencies defined

* skip if legacy profile path is used
* Fix unit tests.
* Force static sha256 for lock files and protect from unnamed depends.
* Add vendor profiles for checks. Windows downloads with different sha256.
2018-10-25 14:44:29 -04:00

13 lines
No EOL
390 B
YAML

name: profile-lock-required
title: mock profile for inspec check
summary: An InSpec Compliance Profile
maintainer: Chef Software, Inc.
copyright: Chef Software, Inc.
copyright_email: support@chef.io
license: Apache-2.0
version: 1.0.0
depends:
- name: ssh-baseline
url: https://github.com/dev-sec/ssh-baseline
- name: linux-baseline
url: https://github.com/dev-sec/linux-baseline