Create is-website-vulnerable.yml
This commit is contained in:
parent
2a28df6aed
commit
0b533d5afb
11
.github/workflows/is-website-vulnerable.yml
vendored
Normal file
11
.github/workflows/is-website-vulnerable.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Test for publicly known JavaScript vulnerabilities
|
||||||
|
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
security:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Test for public javascript library vulnerabilities
|
||||||
|
uses: lirantal/is-website-vulnerable@master
|
||||||
|
with:
|
||||||
|
scan-url: "https://luke.tainton.uk"
|
Loading…
x
Reference in New Issue
Block a user