This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Is Website vulnerable | |
# https://github.com/marketplace/actions/is-website-vulnerable | |
#name: Is Website vulnerable - 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://elara-aerospace.com" |