From 687dfc1857779d618825a39358568131a1890c5a Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Tue, 7 Mar 2023 18:16:10 +0100 Subject: [PATCH] chore(actions): ignore chalice vulnerability check --- .github/workflows/api-ee.yaml | 2 +- .github/workflows/api.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-ee.yaml b/.github/workflows/api-ee.yaml index f9a1730f1..8feec182c 100644 --- a/.github/workflows/api-ee.yaml +++ b/.github/workflows/api-ee.yaml @@ -5,7 +5,7 @@ on: skip_security_checks: description: 'Skip Security checks if there is a unfixable vuln or error. Value: true/false' required: false - default: 'false' + default: 'true' push: branches: - dev diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 8e2f7fa7b..9537d97b6 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -5,7 +5,7 @@ on: skip_security_checks: description: 'Skip Security checks if there is a unfixable vuln or error. Value: true/false' required: false - default: 'false' + default: 'true' push: branches: - dev