Skip to content

Commit

Permalink
Create site-security-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altan-me authored Dec 25, 2023
1 parent 08defeb commit 62225ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/site-security-scan.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
target: "https://ip.altan.me/"

0 comments on commit 62225ce

Please sign in to comment.