Skip to content

Commit 074a9b4

Browse files
mnenciasxd
authored andcommitted
chore: review
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 7ea217e commit 074a9b4

1 file changed

Lines changed: 36 additions & 17 deletions

File tree

SECURITY-INSIGHTS.yml

Lines changed: 36 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ header:
77
project-si-source: https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/SECURITY-INSIGHTS.yml
88

99
repository:
10-
homepage: https://github.com/cloudnative-pg/postgres-containers
10+
url: https://github.com/cloudnative-pg/postgres-containers
1111
status: active
1212
accepts-change-request: true
1313
accepts-automated-change-request: true
@@ -35,53 +35,72 @@ repository:
3535
release:
3636
automated-pipeline: true
3737
distribution-points:
38-
- uri: https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql
38+
- uri: https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql
3939
comment: GitHub packages for Postgres container images
4040

4141
security:
4242
tools:
43+
- name: Dockle
44+
type: container
45+
rulesets: ["default"]
46+
results: {}
47+
comment: Lints container images for security best practices.
48+
integration:
49+
adhoc: false
50+
ci: true
51+
release: false
4352
- name: Dependabot
4453
type: SCA
54+
rulesets: ["default"]
55+
results: {}
4556
integration:
4657
adhoc: true
47-
ci: true
48-
release: no
58+
ci: false
59+
release: false
4960
- name: Renovate
5061
type: SCA
62+
rulesets: ["default"]
63+
results: {}
5164
integration:
5265
adhoc: true
5366
ci: true
54-
release: no
67+
release: false
5568
- name: Snyk
56-
type: SAST
57-
comment: |
58-
Performs both Static Code Analysis (Snyk Code) and Vulnerability
59-
Scanning (Snyk Open Source).
69+
type: container
70+
rulesets: ["default"]
71+
results: {}
72+
comment: Scans container images for known vulnerabilities.
6073
integration:
61-
adhoc: true
74+
adhoc: false
6275
ci: true
6376
release: true
6477
- name: Cosign
65-
type: automated-tooling
66-
comment: Used to cryptographically sign container images (operator and operand).
78+
type: container
79+
rulesets: ["default"]
80+
results: {}
81+
comment: Used to cryptographically sign container images.
6782
integration:
68-
adhoc: true
83+
adhoc: false
6984
ci: true
7085
release: true
7186
- name: GitHub Code Scanning
7287
type: SAST
73-
comment: Ingests SARIF results from Snyk for integrated GitHub security alerts.
88+
rulesets: ["default"]
89+
results: {}
90+
comment: Ingests SARIF results from Snyk and Trivy for integrated GitHub security alerts.
7491
integration:
75-
adhoc: true
92+
adhoc: false
7693
ci: true
7794
release: true
7895
- name: Trivy
79-
type: automated-tooling
96+
type: container
97+
rulesets: ["default"]
98+
results: {}
8099
comment: |
81100
Scans container images and file systems for vulnerabilities and
82101
misconfigurations.
83102
integration:
84-
adhoc: true
103+
adhoc: false
85104
ci: true
86105
release: true
87106

0 commit comments

Comments
 (0)