diff --git a/.github/workflows/site-security-scan.yml b/.github/workflows/site-security-scan.yml new file mode 100644 index 0000000..e4c8707 --- /dev/null +++ b/.github/workflows/site-security-scan.yml @@ -0,0 +1,15 @@ +name: site-security-scan +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: ZAP Full Scan + uses: zaproxy/action-full-scan@v0.8.0 + with: + target: "https://ip.altan.me/"