Skip to content

Commit 7294a64

Browse files
authored
Add files via upload
1 parent 0420702 commit 7294a64

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/sast-scan.yml

+1-4
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)

.github/workflows/sca-scan.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Source Composition Analysis Scan
22
on:
3-
push:
4-
branches:
5-
- master
63
pull_request:
74
types: [opened, synchronize, reopened]
85
jobs:
@@ -13,4 +10,4 @@ jobs:
1310
- name: Run Snyk to check for vulnerabilities
1411
uses: snyk/actions/node@master
1512
env:
16-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
13+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.github/workflows/secrets-scan.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Secrets 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: Gittyleaks
14-
uses: gupy-io/[email protected]
11+
uses: gupy-io/[email protected]

0 commit comments

Comments
 (0)