Skip to content

Commit

Permalink
Add missing badges and OSS documents (#20)
Browse files Browse the repository at this point in the history
* Add missing badges and OSS documents

* Fix new badges style

* Add EOL for renovate file
  • Loading branch information
L-Zuluaga authored Feb 6, 2024
1 parent d8b1758 commit 0086d18
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ jobs:
run: chmod +x bin/console && bundle exec rake
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3


7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

The business notification system is designed to be a versatile platform, offering key components for building various use cases. It provides an easy-to-use tool for implementing notifications without excessive complexity.

![Gem Version](https://img.shields.io/gem/v/bns?style=for-the-badge)
![Gem Downloads (for specified version)](https://img.shields.io/gem/dv/bns/0.1.0?style=for-the-badge)
![Build Badge](https://img.shields.io/github/actions/workflow/status/kommitters/bns/ci.yml?branch=project-opensource-config&style=for-the-badge)
[![Coverage Status](https://img.shields.io/coveralls/github/kommitters/bns?style=for-the-badge)](https://coveralls.io/github/kommitters/bns?branch=main)
[![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/kommitters/bns?style=for-the-badge)](https://api.securityscorecards.dev/projects/github.com/kommitters/bns)
![GitHub License](https://img.shields.io/github/license/kommitters/bns?style=for-the-badge)


[![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/kommitters/bns?style=for-the-badge)](https://api.securityscorecards.dev/projects/github.com/kommitters/bns)
[![OpenSSF Best Practices](https://img.shields.io/cii/summary/8383?label=openssf%20best%20practices&style=for-the-badge)](https://bestpractices.coreinfrastructure.org/projects/8383)

## Installation

Install the gem and add to the application's Gemfile by executing:
Expand Down
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Reporting Security Issues

To report a security issue, you can either:
- Privately report a vulnerability through repository's Security tab by clicking "Report a vulnerability".
- Email us at [oss@kommit.co](mailto:oss@kommit.co).

Please, make sure to provide a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue.

## Responsible Disclosure

If the issue is confirmed as a vulnerability, we will open a Security Advisory and acknowledge your contributions as part of it.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:semverAllMonthly"
]
}

0 comments on commit 0086d18

Please sign in to comment.