Skip to content

Commit

Permalink
Merge pull request #1 from instriq/develop
Browse files Browse the repository at this point in the history
update security-gate.yml
  • Loading branch information
htrgouvea authored Dec 18, 2024
2 parents 6cdbb01 + 93a59db commit d81ef59
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/security-gate.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Security Gate - LESIS

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
Expand All @@ -30,7 +26,7 @@ jobs:
- name: Pull Docker image from GitHub Container Registry
run: docker pull ghcr.io/instriq/security-gate/security-gate:latest

- name: Verify security alerts from dependabot
- name: Verify security alerts from GHAS
run: |
docker run ghcr.io/instriq/security-gate/security-gate:latest \
-t "$GITHUB_TOKEN" \
Expand All @@ -39,6 +35,6 @@ jobs:
-h "$MAX_HIGH" \
-m "$MAX_MEDIUM" \
-l "$MAX_LOW" \
--dependency-alerts
--secrets-alerts
--dependency-alerts \
--secret-alerts \
--code-alerts

0 comments on commit d81ef59

Please sign in to comment.