From 917a4bc57938a9a7ebd443a3fd59a5881685f4ca Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Tue, 18 Jun 2024 15:50:10 +0300 Subject: [PATCH] feact(ci): update tf-docs and megalinter flows --- .gitea/workflows/sec-megalinter.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/sec-megalinter.yml b/.gitea/workflows/sec-megalinter.yml index 8af7696..4720b64 100644 --- a/.gitea/workflows/sec-megalinter.yml +++ b/.gitea/workflows/sec-megalinter.yml @@ -5,15 +5,15 @@ name: MegaLinter on: workflow_call: - inputs: - enabled-linters: - required: false - type: string - default: "" - disabled-linters: - required: false - type: string - default: "" + # inputs: + # enabled-linters: + # required: false + # type: string + # default: "" + # disabled-linters: + # required: false + # type: string + # default: "" secrets: gitea-token: required: true @@ -23,8 +23,8 @@ env: # Comment env block if you don't want to apply fixes APPLY_FIXES: all # When active, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool) APPLY_FIXES_EVENT: pull_request # Decide which event triggers application of fixes in a commit or a PR (pull_request, push, all) APPLY_FIXES_MODE: commit # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request) - ENABLE_LINTERS: ${{ inputs.enabled-linters }} - DISABLE_LINTERS: ${{ inputs.disabled-linters }} + # ENABLE_LINTERS: ${{ inputs.enabled-linters }} + # DISABLE_LINTERS: ${{ inputs.disabled-linters }} # concurrency: # group: ${{ github.ref }}-${{ github.workflow }}