Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

add platform support to the inspec example #137

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ license: Apache-2.0
summary: 'The `disa_stig-el7` inspec profile helps scan your system aginst the DISA RHEL7 STIG'
version: 0.2.0

supports:
- platform-name: redhat
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be the entire supported list of CentOS, RHEL, OEL, etc... I think

release: 7

# The following defines the default inputs for the configurable controls used in the RHEL 7 DISA STIG.
inputs:
- name: disable_slow_controls
Expand Down