Skip to content

Commit 2880ee8

Browse files
committed
chore: provide OSSF security insight
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 1561815 commit 2880ee8

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ examples and guides.</p>
1212
[![Docker Pulls](https://img.shields.io/docker/pulls/prom/prometheus.svg?maxAge=604800)][hub]
1313
[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/prometheus)](https://goreportcard.com/report/github.com/prometheus/prometheus)
1414
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/486/badge)](https://bestpractices.coreinfrastructure.org/projects/486)
15+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/prometheus/prometheus/badge)](https://securityscorecards.dev/viewer/?uri=github.com/prometheus/prometheus)
16+
[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/prometheus/badge)](https://clomonitor.io/projects/cncf/prometheus)
1517
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/prometheus/prometheus)
1618
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/prometheus.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:prometheus)
17-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/prometheus/prometheus/badge)](https://securityscorecards.dev/viewer/?uri=github.com/prometheus/prometheus)
1819

1920
</div>
2021

SECURITY-INSIGHTS.yml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
header:
2+
schema-version: '1.0.0'
3+
expiration-date: '2025-07-30T01:00:00.000Z'
4+
last-updated: '2024-07-30'
5+
last-reviewed: '2024-07-30'
6+
project-url: https://github.com/prometheus/prometheus
7+
changelog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md
8+
license: https://github.com/prometheus/prometheus/blob/main/LICENSE
9+
project-lifecycle:
10+
status: active
11+
bug-fixes-only: false
12+
core-maintainers:
13+
- https://github.com/prometheus/prometheus/blob/main/MAINTAINERS.md
14+
contribution-policy:
15+
accepts-pull-requests: true
16+
accepts-automated-pull-requests: true
17+
dependencies:
18+
third-party-packages: true
19+
dependencies-lists:
20+
- https://github.com/prometheus/prometheus/blob/main/go.mod
21+
- https://github.com/prometheus/prometheus/blob/main/web/ui/package.json
22+
env-dependencies-policy:
23+
policy-url: https://github.com/prometheus/prometheus/blob/main/CONTRIBUTING.md#dependency-management
24+
distribution-points:
25+
- https://github.com/prometheus/prometheus/releases
26+
documentation:
27+
- https://prometheus.io/docs/introduction/overview/
28+
security-contacts:
29+
- type: email
30+
31+
security-testing:
32+
- tool-type: sca
33+
tool-name: Dependabot
34+
tool-version: latest
35+
integration:
36+
ad-hoc: false
37+
ci: true
38+
before-release: true
39+
- tool-type: sast
40+
tool-name: CodeQL
41+
tool-version: latest
42+
integration:
43+
ad-hoc: false
44+
ci: true
45+
before-release: true
46+
vulnerability-reporting:
47+
accepts-vulnerability-reports: true
48+
security-policy: https://github.com/prometheus/prometheus/security/policy

0 commit comments

Comments
 (0)