Skip to content

Commit

Permalink
docs(chore): add sonar and synk badges (#170)
Browse files Browse the repository at this point in the history
fix vulnerabilities

GH-169
  • Loading branch information
yeshamavani authored Jan 3, 2024
1 parent d2ec9b9 commit 77bc950
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 62 deletions.
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<a href="https://www.npmjs.com/package/loopback4-s3">
<img src="https://img.shields.io/npm/v/loopback4-s3.svg" alt="npm version" />
</a>
<a href="https://sonarcloud.io/summary/new_code?id=sourcefuse_loopback4-s3" target="_blank">
<img alt="Sonar Quality Gate" src="https://img.shields.io/sonar/quality_gate/sourcefuse_loopback4-s3?server=https%3A%2F%2Fsonarcloud.io">
</a>
<a href="https://app.snyk.io/org/ashishkaushik/reporting?context[page]=issues-detail&project_target=%255B%2522sourcefuse%252Floopback4-s3%2522%255D&project_origin=%255B%2522github%2522%255D&issue_status=%255B%2522Open%2522%255D&issue_by=Severity&table_issues_detail_cols=SCORE%257CCVE%257CCWE%257CPROJECT%257CEXPLOIT%2520MATURITY%257CAUTO%2520FIXABLE%257CINTRODUCED%257CSNYK%2520PRODUCT&v=1">
<img alt="Synk Status" src="https://img.shields.io/badge/SYNK_SECURITY-MONITORED-GREEN">
</a>
<a href="https://github.com/sourcefuse/loopback4-s3/graphs/contributors" target="_blank">
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/sourcefuse/loopback4-s3">
</a>
Expand All @@ -20,16 +26,10 @@
</a>
</p>


## Overview

A simple loopback-next extension for AWS S3 integration in loopback applications.

# <span style="color:#0C0200; background-color:#852D1A">DEPCRECATION NOTICE</span>

<p style="color: #1C1A02;background-color:#F3EB89">This is to bring to your notice that v4.x.x of the loopback4-s3 is deprecated and only supported for existing users. We will stop support for the same after December 2022 and no updates will happen after that. We strongly recommend to migrate to v6.x.x and above.
Follow <a href="https://github.com/sourcefuse/loopback4-s3/blob/master/README.md#migration-to-a-version-after-400">this</a> to check the migration steps.</p>

## Install

```sh
Expand Down
100 changes: 44 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77bc950

Please sign in to comment.