File tree 2 files changed +50
-1
lines changed
2 files changed +50
-1
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ examples and guides.</p>
12
12
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/prom/prometheus.svg?maxAge=604800 )] [ hub ]
13
13
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/prometheus/prometheus )] ( https://goreportcard.com/report/github.com/prometheus/prometheus )
14
14
[ ![ 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 )
15
17
[ ![ Gitpod ready-to-code] ( https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/prometheus/prometheus )
16
18
[ ![ 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 )
18
19
19
20
</div >
20
21
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments