0
Fork 0
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:
Juan Picado @jotadeveloper 2020-04-25 22:21:06 +02:00
parent e9f99f46e2
commit 9602995636
No known key found for this signature in database
GPG key ID: 15AA875EF3768142

13
.github/workflows/registry.yml vendored Normal file
View 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"