Skip to content

Security scan

Security scan #237

Workflow file for this run

name: Security scan
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # https://crontab.guru/every-week "At 00:00 on Sunday."
permissions:
contents: read
jobs:
build:
environment: main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- name: Scan
uses: ./.github/actions/sourceclear
env:
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
SRCCLR_SCOPE: 'production'