chore(build): skip vuln check on request for assist and assist EE

This commit is contained in:
Taha Yassine Kraiem 2023-04-05 16:57:53 +01:00
parent dda653b3db
commit 7b154f481f
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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