From 866442dcb1a1a1df2d3be200d7773f75f8dc1455 Mon Sep 17 00:00:00 2001 From: ArtOfCode- <hello@artofcode.co.uk> Date: Thu, 2 Jul 2020 01:13:32 +0100 Subject: [PATCH] ZAP is useless --- .github/workflows/zap-analysis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/zap-analysis.yml diff --git a/.github/workflows/zap-analysis.yml b/.github/workflows/zap-analysis.yml deleted file mode 100644 index e7e66f58e..000000000 --- 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' -- GitLab