Skip to content

Commit

Permalink
Security Test (JS) | Is Website vulnerable
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz authored Oct 25, 2023
1 parent 0803438 commit 305f5b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflow/is-website-vulnerable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Source Code: https://github.com/marketplace/actions/is-website-vulnerable
name: Test site for publicly known js vulnerabilities

on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Test for public javascript library vulnerabilities
uses: lirantal/is-website-vulnerable@main
with:
scan-url: "https://youtube.jpdiaz.dev/"

1 comment on commit 305f5b2

@vercel
Copy link

@vercel vercel bot commented on 305f5b2 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.