mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore: add is website vulnerable local registry check
This commit is contained in:
parent
e9f99f46e2
commit
9602995636
1 changed files with 13 additions and 0 deletions
13
.github/workflows/registry.yml
vendored
Normal file
13
.github/workflows/registry.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: Test local registry for js vulnerabilities
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 */4 * * *'
|
||||||
|
jobs:
|
||||||
|
security:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Test for public javascript library vulnerabilities
|
||||||
|
uses: lirantal/is-website-vulnerable@1.15.10
|
||||||
|
with:
|
||||||
|
scan-url: "https://registry.verdaccio.org"
|
Loading…
Add table
Reference in a new issue