Skip to content

Commit ba7ec54

Browse files
cdimasciocarmine
and
carmine
authoredSep 1, 2024··
update integrates OpenSSF badging details into README and CONTRIBUTING (#75)
* fixes #63 string oob with ignore malformed * update README and CONTRIBUTING --------- Co-authored-by: carmine <carmine@everco.ai>
1 parent 4e23eda commit ba7ec54

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed
 

‎CONTRIBUTING.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ Build sources and javadoc
5050
mvn clean test jacoco:report package
5151
```
5252

53-
Generate signed artifacts locally
54-
```shell
55-
mvn verify -P release-sign-artifacts -DperformRelease=true
56-
```
57-
5853
### Publish to Maven Central
5954

6055
Deploy
@@ -68,6 +63,12 @@ When first publishing to staging repos, you most close and release from OSS Sona
6863
- press the `release` button
6964

7065
#### Artifacts upload
66+
67+
- Generate signed artifacts locally
68+
```shell
69+
mvn verify -P release-sign-artifacts -DperformRelease=true
70+
```
71+
7172
- Upload change log
7273
```shell
7374
gh release create v3.0.1 -F CHANGELOG.md
@@ -77,6 +78,7 @@ When first publishing to staging repos, you most close and release from OSS Sona
7778
```shell
7879
gh release upload target/*.jar.asc --clobber
7980
```
81+
8082
### Publish to Github Packages
8183

8284
_Note: This step can only be run by maintainers._
@@ -141,6 +143,7 @@ https://docs.github.com/en/packages/using-github-packages-with-your-projects-eco
141143

142144
### OpenSSF Security Scorecard
143145
- Get Analysis Result: https://api.securityscorecards.dev/#/results/getResult
146+
- enter platform=github.com, org=cdimascio, repo=dotenv-java
144147
- Step Security - Secure Your Repo Analysis + auto PR - https://app.stepsecurity.io/securerepo
145148
- Step Security - For Repo - https://app.stepsecurity.io/github/cdimascio/actions/dashboard
146-
149+
- OpenSSF Badget Analysis https://www.bestpractices.dev/en/projects/9407

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🗝️ dotenv-java
22

3-
![Build Status](https://github.com/cloudsimplus/cloudsimplus/actions/workflows/build.yml/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/io.github.cdimascio/dotenv-java.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.github.cdimascio/dotenv-java) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f)](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) ![](https://img.shields.io/ossf-scorecard/github.com/cdimascio/dotenv-java?label=openssf%20scorecard&style=flat) [![](https://img.shields.io/gitter/room/cdimascio-oss/community?color=%23eb205a)](https://gitter.im/cdimascio-oss/community) [![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) [![](https://img.shields.io/badge/doc-javadoc-blue)](https://cdimascio.github.io/dotenv-java/docs/javadoc/index.html) ![](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
3+
![Build Status](https://github.com/cloudsimplus/cloudsimplus/actions/workflows/build.yml/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/io.github.cdimascio/dotenv-java.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.github.cdimascio/dotenv-java) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66b8195f0da544f1ad9ed1352c0ea66f)](https://app.codacy.com/app/cdimascio/dotenv-java?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/dotenv-java&utm_campaign=Badge_Grade_Dashboard) ![](https://img.shields.io/ossf-scorecard/github.com/cdimascio/dotenv-java?label=openssf%20scorecard&style=flat) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9407/badge)](https://www.bestpractices.dev/projects/9407) [![](https://img.shields.io/gitter/room/cdimascio-oss/community?color=%23eb205a)](https://gitter.im/cdimascio-oss/community) [![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) [![](https://img.shields.io/badge/doc-javadoc-blue)](https://cdimascio.github.io/dotenv-java/docs/javadoc/index.html) ![](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
44

55
A no-dependency, pure Java port of the Ruby dotenv project. Load environment variables from a `.env` file.
66

0 commit comments

Comments
 (0)
Please sign in to comment.