chore(build): skip vuln check on request for assist and assist EE
This commit is contained in:
parent
dda653b3db
commit
7b154f481f
2 changed files with 10 additions and 0 deletions
5
.github/workflows/assist-ee.yaml
vendored
5
.github/workflows/assist-ee.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
5
.github/workflows/assist.yaml
vendored
5
.github/workflows/assist.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue