Skip to content

Weekly - CodeAuditor test #11

Weekly - CodeAuditor test

Weekly - CodeAuditor test #11

name: Weekly - CodeAuditor test
# Schedule scan for SSW Website at 1pm every Monday
on:
schedule:
- cron: "0 13 * * 0"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 'SSW CodeAuditor - Check broken links and performance'
continue-on-error: true
run: 'docker run sswconsulting/codeauditor --token ${{ secrets.CODEAUDITOR_TOKEN }} --url https://www.ssw.com.au/ --maxthread 200 --debug'