Skip to content

Commit

Permalink
Update security-gate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea authored Sep 2, 2024
1 parent 8c793b9 commit 1f12f2e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/security-gate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Security Gate - Instriq
name: Security Gate - LESIS

on:
push:
Expand All @@ -12,10 +12,10 @@ jobs:
build:
runs-on: ubuntu-latest
env:
MAX_CRITICAL: 0
MAX_HIGH: 0
MAX_MEDIUM: 0
MAX_LOW: 0
MAX_CRITICAL: 1
MAX_HIGH: 2
MAX_MEDIUM: 3
MAX_LOW: 4
GITHUB_TOKEN: ${{ secrets.TOKEN }}
steps:
- name: Checkout repository
Expand All @@ -32,4 +32,7 @@ jobs:
--critical $MAX_CRITICAL \
--high $MAX_HIGH \
--medium $MAX_MEDIUM \
--low $MAX_LOW
--low $MAX_LOW \
--dependency-alerts \
--code-alerts \
--secret-alerts

0 comments on commit 1f12f2e

Please sign in to comment.