Skip to content

enh: rust ci

enh: rust ci #37

Workflow file for this run

name: Infrastructure Security Scan (local repository)
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ghas-kics-${{ github.ref }}
cancel-in-progress: true
jobs:
infra-scan:
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}