From 9602995636e6ac02b7a4fe2193561d61d8c1a8af Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 25 Apr 2020 22:21:06 +0200 Subject: [PATCH] chore: add is website vulnerable local registry check --- .github/workflows/registry.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/registry.yml diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml new file mode 100644 index 000000000..4a2dd7ff9 --- /dev/null +++ b/.github/workflows/registry.yml @@ -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"