-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
I would like to inject a yaml file with many commands as a component of this project. I would appreciate any pointers on how to do that . The yaml file is something like the centoshardening
schemaVersion: 1.0
phases:
- name: build
steps:
- name: CISBenchmarkHardening
action: ExecuteBash
inputs:
commands:
# §1.1
- echo "install cramfs /bin/true" > /etc/modprobe.d/cramfs.conf
- echo "install vfat /bin/true" > /etc/modprobe.d/vfat.conf
- etc
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested