GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

Make npm audit an advisory check for all PRs and mandatory for some PRs #60

Closed ssmall closed 4 years ago

ssmall commented 4 years ago

PRs that update package.json or package-lock.json will be blocked on npm audit failures; all others will just treat the failures as advisory.

59