Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add required: true for appropriate inputs in inspec.yml #14

Open
karikarshivani opened this issue Jun 26, 2020 · 2 comments
Open

Add required: true for appropriate inputs in inspec.yml #14

karikarshivani opened this issue Jun 26, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@karikarshivani
Copy link
Contributor

No description provided.

@karikarshivani karikarshivani added the enhancement New feature or request label Jun 26, 2020
@karikarshivani karikarshivani self-assigned this Jun 26, 2020
@Amndeep7
Copy link

Amndeep7 commented Feb 7, 2022

Seems to have been implemented. Please reopen if necessary @karikarshivani

@Amndeep7 Amndeep7 closed this as completed Feb 7, 2022
@karikarshivani
Copy link
Contributor Author

It hasn't been implemented yet so I'm reopening the issue to work on it during the next maintenance phase. Example snippet of the implementation:

  - name: administrators
    type: Array
    description: "List of authorized users in the local Administrators group"
    sensitive: true
    required: true
    value:
      -

@karikarshivani karikarshivani reopened this May 6, 2022
@karikarshivani karikarshivani changed the title Add required fields in inspec.yml Add required: true for appropriate inputs in inspec.yml May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants