Skip to content

Commit 0d54d8b

Browse files
committed
chore: add scorecard badges to readme
Signed-off-by: Bjorn Molin <extern.bjorn.molin@digg.se>
1 parent 56cf7f9 commit 0d54d8b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,13 @@ SPDX-License-Identifier: EUPL-1.2
66

77
# Hash2Curve Java library
88

9+
[![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue?style=for-the-badge)](LICENSE)
10+
[![REUSE](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.reuse.software%2Fstatus%2Fgithub.com%2Fdiggsweden%2Fhash2curve-lib-java&query=status&style=for-the-badge&label=REUSE)](https://api.reuse.software/info/github.com/diggsweden/hash2curve-lib-java)
11+
12+
[![Tag](https://img.shields.io/github/v/tag/diggsweden/cose?style=for-the-badge&color=green)](https://github.com/diggsweden/hash2curve-lib-java/tags)
13+
14+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/diggsweden/hash2curve-lib-java/badge?style=for-the-badge)](https://scorecard.dev/viewer/?uri=github.com/diggsweden/hash2curve-lib-java)
15+
16+
917
This library implements Hash2Curve and Hash2Scalar according to RFC 9380 for a number of common curves, including
1018
common NIST curves.

development/code_quality.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ check_exit_codes() {
138138
}
139139

140140
determine_container_runtime
141-
is_command_available 'node' 'https://nodejs.org/'
142-
is_command_available 'npm' 'https://nodejs.org/'
143141
is_command_available 'sed' ''
144142

145143
lint

0 commit comments

Comments
 (0)