Skip to content

Commit 0247922

Browse files
committed
Add security check badges
1 parent 7cb3b3b commit 0247922

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ucum-java
2-
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/FHIR/Ucum-java/badge)](https://scorecard.dev/viewer/?uri=github.com/FHIR/Ucum-java)
2+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/FHIR/Ucum-java/badge)](https://scorecard.dev/viewer/?uri=github.com/FHIR/Ucum-java) [![CodeQL](https://github.com/FHIR/Ucum-java/actions/workflows/codeql.yml/badge.svg)](https://github.com/FHIR/Ucum-java/actions/workflows/codeql.yml) [![OWASP Security Scans](https://github.com/FHIR/Ucum-java/actions/workflows/owasp.yml/badge.svg)](https://github.com/FHIR/Ucum-java/actions/workflows/owasp.yml) [![Trivy Security Scans](https://github.com/FHIR/Ucum-java/actions/workflows/trivy.yml/badge.svg)](https://github.com/FHIR/Ucum-java/actions/workflows/trivy.yml)
33

44
| CI Status (master) | Current Release | Latest SNAPSHOT |
55
|:----------------------------------------------------------------------:|-----------------------------------------------------------:|:--------------------------:|
@@ -13,7 +13,7 @@ The library provides a set of services around UCUM:
1313
- validate a UCUM unit (and also against a particular base unit)
1414
- decide whether one unit can be converted/compared to another
1515
- translate a quantity from one unit to another
16-
- prepare a human readable display of a unit
16+
- prepare a human-readable display of a unit
1717
- multiply 2 quantities together
1818

1919
To use the library, download ucum-essence from http://unitsofmeasure.org, and then create a UCUMEssenceService:

0 commit comments

Comments
 (0)