Skip to content

Injecting own recipe as a yaml file #7

@kddiji

Description

@kddiji

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 requestgood first issueGood for newcomershelp wantedExtra attention is neededquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions