Skip to content

Commit e0630fd

Browse files
committed
2 parents 329a4a0 + 6863270 commit e0630fd

File tree

5 files changed

+3
-27
lines changed

5 files changed

+3
-27
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
name: "CodeQL"
1313

1414
on:
15-
push:
16-
branches: '*'
1715
pull_request:
1816
# The branches below must be a subset of the branches above
1917
branches: '*'

.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)

.github/workflows/sca-monitor.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 4 deletions
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

Lines changed: 1 addition & 4 deletions
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/gittyleaks-action@v0.1
11+
uses: gupy-io/gittyleaks-action@v0.1

0 commit comments

Comments
 (0)