Skip to content

Commit

Permalink
Updated CodeAuditor scan command line (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombui99 authored Jul 3, 2023
1 parent b19c8fb commit 2801cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-codeauditor-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
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'
run: 'docker container run --cap-add=SYS_ADMIN sswconsulting/codeauditor --token ${{ secrets.CODEAUDITOR_TOKEN }} --url https://www.ssw.com.au/ --maxthread 200'

0 comments on commit 2801cec

Please sign in to comment.