Scheduled CodeAuditor Scan #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scheduled CodeAuditor Scan | |
# Schedule Scan for SSW People at 1pm every Wednesday | |
on: | |
schedule: | |
- cron: "0 13 * * 3" | |
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/people/' |