Skip to content

Commit

Permalink
resolv conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Sep 22, 2023
2 parents 90d7185 + 25abbd6 commit 4650f68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/security-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand All @@ -29,4 +32,4 @@ jobs:
--critical $MAX_CRITICAL \
--high $MAX_HIGH \
--medium $MAX_MEDIUM \
--low $MAX_LOW
--low $MAX_LOW

0 comments on commit 4650f68

Please sign in to comment.