Weekly - CodeAuditor test #149
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: 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 | |
permissions: | |
issues: write | |
steps: | |
- uses: actions/checkout@v4 | |
- name: CodeAuditor Workflow | |
uses: SSWConsulting/[email protected] | |
with: | |
# Your CodeAuditor token | |
token: ${{ secrets.CODEAUDITOR_TOKEN }} | |
# Your Scan URL | |
url: https://www.ssw.com.au/ | |
# Your GitHub Token | |
GitHub_Token: ${{ github.token }} |