diff --git a/.github/workflows/assist-ee.yaml b/.github/workflows/assist-ee.yaml index 44fcb5650..be5678143 100644 --- a/.github/workflows/assist-ee.yaml +++ b/.github/workflows/assist-ee.yaml @@ -1,6 +1,11 @@ # This action will push the assist changes to aws on: workflow_dispatch: + inputs: + skip_security_checks: + description: 'Skip Security checks if there is a unfixable vuln or error. Value: true/false' + required: false + default: 'false' push: branches: - dev diff --git a/.github/workflows/assist.yaml b/.github/workflows/assist.yaml index 37582d7d0..970b56016 100644 --- a/.github/workflows/assist.yaml +++ b/.github/workflows/assist.yaml @@ -1,6 +1,11 @@ # This action will push the assist changes to aws on: workflow_dispatch: + inputs: + skip_security_checks: + description: 'Skip Security checks if there is a unfixable vuln or error. Value: true/false' + required: false + default: 'false' push: branches: - dev