Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
belokobylskii.i committed Oct 18, 2024
1 parent 00faf52 commit 7704902
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- run: semgrep scan
- run: semgrep ci --sarif --output=semgrep.sarif || true
- run: semgrep scan --sarif --output=semgrep.sarif --error --severity=WARNING
env:
SEMGREP_RULES: >-
p/command-injection
p/comment
p/cwe-top-25
p/default
p/gitlab
p/gitleaks
p/golang
p/gosec
Expand Down Expand Up @@ -78,4 +76,4 @@ jobs:
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-version-file: go.mod

0 comments on commit 7704902

Please sign in to comment.