Skip to content

Commit 19c9526

Browse files
authored
Update security-gate.yml
1 parent 4211131 commit 19c9526

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/security-gate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
env:
15-
MAX_CRITICAL: 1
16-
MAX_HIGH: 2
17-
MAX_MEDIUM: 3
18-
MAX_LOW: 4
15+
MAX_CRITICAL: 0
16+
MAX_HIGH: 0
17+
MAX_MEDIUM: 0
18+
MAX_LOW: 0
1919
GITHUB_TOKEN: ${{ secrets.TOKEN }}
2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)