chore(zap_scan): remove schedule and don't create issue

This commit is contained in:
Jeremy Kahn 2023-11-11 11:01:47 -06:00
parent b951959cf7
commit ab18b795c8

View File

@ -1,13 +1,7 @@
name: Perform Weekly Security Audit with ZAProxy
name: Perform Security Audit with ZAProxy
# Use ZAP Proxy to perform a full scan of the production site.
# Scan automatically opens an issue after completion
# with results of the audit.
on:
schedule:
# 00:00 UTC Midnight on Mondays
- cron: '0 0 * * 1'
# manually trigger workflow
workflow_dispatch:
@ -36,5 +30,5 @@ jobs:
with:
target: 'https://chitchatter.im/'
rules_file_name: '.zap/rules.tsv'
issue_title: 'Security Report - ${{ steps.set-now.outputs.NOW }}'
artifact_name: 'zap_scan_${{ steps.set-now.outputs.NOW }}'
allow_issue_writing: false