diff --git a/.github/workflows/zap-analysis.yml b/.github/workflows/zap-analysis.yml deleted file mode 100644 index e7e66f58e467712ac9b3e5c0c150d1469b146d3f..0000000000000000000000000000000000000000 --- a/.github/workflows/zap-analysis.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: OWASP ZAP analysis -on: - schedule: - - cron: '0 12 * * 1' - -jobs: - zap_scan: - runs-on: ubuntu-latest - name: OWASP ZAP scan - steps: - - name: ZAP Scan - uses: zaproxy/action-full-scan@v0.1.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - docker_name: 'owasp/zap2docker-stable' - target: 'https://meta.codidact.com/' - rules_file_name: '.zap/rules.tsv' - cmd_options: '-a'