Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

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