app: name: Qaskx Command Line Tool version: 0.0.1 rediops: depend: "" rules_folder: "./" rules_file: def_lint_01.json run: lint_openapi: image: "stoplight/spectral" rules_folder: :/build rules_file: .spectral.yaml options: "-F info" skip_pull: true lint_program: image: "ghcr.io/mgechev/revive" rules_folder: :/build rules_file: revive.toml options: "-formatter stylish" skip_pull: true templates: cache_off: false fall_back: null root_folder: "" groups: {} logger: provider: "" log_level_base: "" log_level: 8 log_writer: "" vault_file: "" file_format: left_quote: '''' right_quote: '''' separator: ',' escape_match: '''' escape_value: \' char_escape: true num_escape: false lock_modify: false scan: options: skipfile: "" regexfile: "" skipfiles: [] regex: [] activities: engines: - osEnvironment: windows category: TEST name: "go-test" command: "go" option: "test" - osEnvironment: windows category: TEST name: "lint-container" command: "docker" option: "" - osEnvironment: windows category: TEST name: pwsh-command command: pwsh.exe option: -Command - osEnvironment: windows category: TEST name: pwsh-script command: pwsh.exe option: -File - osEnvironment: linux category: TEST name: "" command: /bin/sh option: -c - osEnvironment: linux category: TEST name: pwsh-command command: pwsh option: -Command - osEnvironment: linux category: TEST name: pwsh-script command: pwsh option: -File - osEnvironment: darwin category: TEST name: "" command: /bin/sh option: -c - osEnvironment: windows category: BUILD name: "" command: pwsh.exe option: -Command - osEnvironment: windows category: BUILD name: pwsh-command command: pwsh.exe option: -Command - osEnvironment: windows category: BUILD name: pwsh-script command: pwsh.exe option: -File - osEnvironment: linux category: BUILD name: "" command: /bin/sh option: -c - osEnvironment: linux category: BUILD name: pwsh-command command: pwsh option: -Command - osEnvironment: linux category: BUILD name: pwsh-script command: pwsh option: -File - osEnvironment: darwin category: BUILD name: "" command: /bin/sh option: -c - osEnvironment: windows category: INSTALL name: "" command: pwsh.exe option: -Command - osEnvironment: windows category: INSTALL name: pwsh-command command: pwsh.exe option: -Command - osEnvironment: windows category: INSTALL name: pwsh-script command: pwsh.exe option: -File - osEnvironment: linux category: INSTALL name: "" command: /bin/sh option: -c - osEnvironment: linux category: INSTALL name: pwsh-command command: pwsh option: -Command - osEnvironment: linux category: INSTALL name: pwsh-script command: pwsh option: -File - osEnvironment: darwin category: INSTALL name: "" command: /bin/sh option: -c - osEnvironment: windows category: DEPLOY name: "" command: pwsh.exe option: -Command - osEnvironment: windows category: DEPLOY name: pwsh-command command: pwsh.exe option: -Command - osEnvironment: windows category: DEPLOY name: pwsh-script command: pwsh.exe option: -File - osEnvironment: linux category: DEPLOY name: "" command: /bin/sh option: -c - osEnvironment: linux category: DEPLOY name: pwsh-command command: pwsh option: -Command - osEnvironment: linux category: DEPLOY name: pwsh-script command: pwsh option: -File - osEnvironment: darwin category: DEPLOY name: "" command: /bin/sh option: -c