Skip to content

Merge pull request #877 from myrotvorets/renovate/myrotvorets-composi… #1117

Merge pull request #877 from myrotvorets/renovate/myrotvorets-composi…

Merge pull request #877 from myrotvorets/renovate/myrotvorets-composi… #1117

Workflow file for this run

name: Package Audit
on:
push:
branches:
- '**'
paths:
- package.json
- package-lock.json
- .github/workflows/package-audit.yml
workflow_dispatch:
permissions:
contents: read
jobs:
audit-npm:
name: NPM Audit
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
disable-sudo: true
allowed-endpoints:
api.github.com:443
github.com:443
objects.githubusercontent.com:443
nodejs.org:443
registry.npmjs.org:443
- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@829ba15fa17df3e7c20c3753738b978735feac4a