mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
* chore: upload gatsby website * chore: update header * chore: add background header * chore: add ci for website * Update ci-website.yml * chore: update patch mach ci * chore: update ci settings * chore: update docker version
13 lines
329 B
YAML
13 lines
329 B
YAML
name: Test local registry for js vulnerabilities
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 4 * * 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"
|