8000 GitHub - jrmcdonald/yarn-audit-action: A GitHub action to execute yarn audit with optional ignoring of advisories.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

jrmcdonald/yarn-audit-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yarn Audit Action build

This yarn audit action executes the yarn audit command with the option to ignore certain advisories. To ignore advisories add a .yarn-audit-known-issues file in the repository root:

yarn audit --json | grep auditAdvisory > .yarn-audit-known-issues

Success Criteria

An exit code of 0 is considered a successful execution.

Usage

steps:
  - uses: jrmcdonald/yarn-audit-action@main

About

A GitHub action to execute yarn audit with optional ignoring of advisories.

Topics

Resources

License

Stars

Watchers

Forks

0