File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Package Audit Example App
1+ name : NPM Audit Example App
22
33on :
44 pull_request :
55 schedule :
66 - cron : " 0 0 1 * *" # every month
77
88jobs :
9- Package -Audit-Example-App :
9+ NPM -Audit-Example-App :
1010 runs-on : ubuntu-latest
1111
1212 steps :
1313 - uses : actions/checkout@v2
1414 - uses : actions/setup-node@v2
1515 with :
1616 node-version : 16
17- cache : npm
1817
1918 - name : Run npm audit (app)
2019 run : npm audit
Original file line number Diff line number Diff line change 1- name : Package Audit SDK
1+ name : NPM Audit SDK
22
33on :
44 pull_request :
55 schedule :
66 - cron : " 0 0 1 * *" # every month
77
88jobs :
9- Package -Audit-SDK :
9+ NPM -Audit-SDK :
1010 runs-on : ubuntu-latest
1111
1212 steps :
1313 - uses : actions/checkout@v2
1414 - uses : actions/setup-node@v2
1515 with :
1616 node-version : 16
17- cache : npm
1817
1918 - name : Run npm audit
2019 run : npm audit
You can’t perform that action at this time.
0 commit comments