Skip to content

Commit 89f4df2

Browse files
committed
sast-scan.yml
1 parent b809d9f commit 89f4df2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sast-scan.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: SAST Scan
22
on:
3-
push:
4-
branches:
5-
- '*'
63
pull_request:
74
types: [opened, synchronize, reopened]
85
jobs:
@@ -11,4 +8,4 @@ jobs:
118
steps:
129
- uses: actions/checkout@v2
1310
- name: Horusec Scan
14-
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)
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)

0 commit comments

Comments
 (0)