Skip to content

Commit

Permalink
Update ssw-people-scan.yml (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombui99 authored Dec 13, 2023
1 parent 902bb5e commit 7a8d28f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ssw-people-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ on:
jobs:
test:
runs-on: ubuntu-latest

permissions:
issues: write
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/'
- uses: actions/checkout@v3
- name: CodeAuditor Workflow
uses: SSWConsulting/codeauditor-scan-site@1.0.0
with:
# Your CodeAuditor token
token: ${{ secrets.CODEAUDITOR_TOKEN }}
# Your Scan URL
url: https://www.ssw.com.au/people/
# Your GitHub Token
GitHub_Token: ${{ github.token }}

0 comments on commit 7a8d28f

Please sign in to comment.