Skip to content

fix(vulnerability): Updated axios and jsonwebtoken to latest #312

fix(vulnerability): Updated axios and jsonwebtoken to latest

fix(vulnerability): Updated axios and jsonwebtoken to latest #312

Workflow file for this run

name: npm audit
on:
pull_request:
push:
branches:
- master
- "releases/*"
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.7.3
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_assignees: oke-py
issue_labels: vulnerability,test
dedupe_issues: true