Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OSSF Scorecard badge #5436

Merged
merged 3 commits into from
Jul 28, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

**Fast, unopinionated, minimalist web framework for [Node.js](http://nodejs.org).**

<<<<<<< docs/add-scorecard-badge
UlisesGascon marked this conversation as resolved.
Show resolved Hide resolved
[![NPM Version][npm-version-image]][npm-url]
[![NPM Install Size][npm-install-size-image]][npm-install-size-url]
[![NPM Downloads][npm-downloads-image]][npm-downloads-url]
[![OpenSSF Scorecard Badge][ossf-scorecard-badge]][ossf-scorecard-visualizer]
=======
**This project has a [Code of Conduct][].**

## Table of contents
Expand All @@ -22,6 +28,7 @@
[![NPM Version][npm-version-image]][npm-url]
[![NPM Install Size][npm-install-size-image]][npm-install-size-url]
[![NPM Downloads][npm-downloads-image]][npm-downloads-url]
>>>>>>> master

```js
const express = require('express')
Expand Down Expand Up @@ -253,4 +260,9 @@ The current lead maintainer is [Douglas Christopher Wilson](https://github.com/d
[npm-install-size-url]: https://packagephobia.com/result?p=express
[npm-url]: https://npmjs.org/package/express
[npm-version-image]: https://badgen.net/npm/v/express
<<<<<<< docs/add-scorecard-badge
[ossf-scorecard-badge]: https://api.securityscorecards.dev/projects/github.com/expressjs/express/badge
[ossf-scorecard-visualizer]: https://kooltheba.github.io/openssf-scorecard-api-visualizer/#/projects/github.com/expressjs/express
=======
[Code of Conduct]: https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md
>>>>>>> master