diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml new file mode 100644 index 0000000..e43a942 --- /dev/null +++ b/.github/workflows/security-scan.yml @@ -0,0 +1,23 @@ +name: Security Scan + +on: + push: + branches: [main] + pull_request: + branches: [main] + workflow_dispatch: + +permissions: + contents: read + security-events: write + +jobs: + security: + name: OWASP.WTF + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: DecOperations/OWASP.WTF@main + with: + mode: scan + fail-on: high