Skip to content

Commit

Permalink
Add OpenSSF best practices badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jul 3, 2023
1 parent 4cf37ca commit be2ba67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
<a href="https://pkg.go.dev/github.com/pandatix/go-cvss"><img src="https://shields.io/badge/-reference-blue?logo=go&style=for-the-badge" alt="reference"></a>
<a href="https://goreportcard.com/report/github.com/pandatix/go-cvss"><img src="https://goreportcard.com/badge/github.com/pandatix/go-cvss?style=for-the-badge" alt="go report"></a>
<a href="https://coveralls.io/github/pandatix/go-cvss?branch=main"><img src="https://img.shields.io/coverallsCoverage/github/pandatix/go-cvss?style=for-the-badge" alt="Coverage Status"></a>
<a href=""><img src="https://img.shields.io/github/license/pandatix/go-cvss?style=for-the-badge" alt="License"></a>
<br>
<a href=""><img src="https://img.shields.io/github/license/pandatix/go-cvss?style=for-the-badge" alt="License"></a>
<a href="https://github.com/pandatix/go-cvss/actions?query=workflow%3Aci+"><img src="https://img.shields.io/github/actions/workflow/status/pandatix/go-cvss/ci.yaml?style=for-the-badge&label=CI" alt="CI"></a>
<a href="https://github.com/pandatix/go-cvss/actions/workflows/codeql-analysis.yaml"><img src="https://img.shields.io/github/actions/workflow/status/pandatix/go-cvss/codeql-analysis.yaml?style=for-the-badge&label=CodeQL" alt="CodeQL"></a>
<br>
<a href="https://securityscorecards.dev/viewer/?uri=github.com/pandatix/go-cvss"><img src="https://img.shields.io/ossf-scorecard/github.com/pandatix/go-cvss?label=openssf%20scorecard&style=for-the-badge" alt="OpenSSF Scoreboard"></a>
<a href="https://bestpractices.coreinfrastructure.org/en/projects/7519"><img src="https://img.shields.io/cii/summary/7519?style=for-the-badge&label=openssf%20best%20practices" alt="OpenSSF Best Practices Summary"></a>
</div>

Go-CVSS is a blazing-fast, low allocations and small memory-usage Go module made to manipulate Common Vulnerability Scoring System (CVSS).
Expand Down Expand Up @@ -146,7 +148,7 @@ BenchmarkCVSS31TemporalScore-4 15552028 73.01 ns/op
BenchmarkCVSS31EnvironmentalScore-4 13541654 79.26 ns/op 0 B/op 0 allocs/op
```

### CVSS v4.0
### CVSS v4.0

```
goos: linux
Expand Down

0 comments on commit be2ba67

Please sign in to comment.