Skip to content

Weekly - CodeAuditor test #39

Weekly - CodeAuditor test

Weekly - CodeAuditor test #39

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 container run --cap-add=SYS_ADMIN sswconsulting/codeauditor --token ${{ secrets.CODEAUDITOR_TOKEN }} --url https://www.ssw.com.au/ --maxthread 200"