Skip to content

test audit action

test audit action #2

Workflow file for this run

name: Audit
on:
push:
pull_request:
paths:
- "**/package-lock.json"
- "**/audit.yml"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: npm audit
uses: oke-py/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
create_pr_comments: true