Skip to content

Commit 15780e7

Browse files
some formatting, added high cves back into trivy for testing
1 parent c4d0ec8 commit 15780e7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/gitleaks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: gitleaks
22
on:
33
pull_request:
44
workflow_dispatch:
5+
push:
6+
57
jobs:
68
scan:
79
name: gitleaks

.github/workflows/python-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
workflow_dispatch:
55
push:
6+
paths:
7+
- '**.py'
68

79
jobs:
810
ruff:

.github/workflows/scan-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: lint and scan docker
2+
name: scan docker image
33

44
on:
55
# pull_request:
@@ -53,7 +53,7 @@ jobs:
5353
exit-code: '1'
5454
ignore-unfixed: true
5555
vuln-type: 'os,library'
56-
severity: 'CRITICAL'
56+
severity: 'CRITICAL, HIGH'
5757
scanners: 'vuln'
5858
timeout: '15m0s'
5959
output: 'trivy-results.sarif'

0 commit comments

Comments
 (0)