We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c1478 commit 825808bCopy full SHA for 825808b
.github/workflows/sast-scan.yml
@@ -3,9 +3,9 @@ on:
3
pull_request:
4
types: [opened, synchronize, reopened]
5
jobs:
6
- security:
+ security-sast:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
10
- - name: Horusec Scan
11
- run: docker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/src horuszup/horusec-cli:latest horusec start -p /src -P $(pwd)
+ - name: Semgrep Scan
+ run: docker run -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}:/src" returntocorp/semgrep semgrep scan --config auto
0 commit comments