Skip to content

Security scan

Security scan #212

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
- name: Scan
uses: ./.github/actions/sourceclear
env:
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
SRCCLR_SCOPE: 'production'