Skip to content

enh: rust ci

enh: rust ci #34

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 }}

Check failure on line 18 in .github/workflows/local-kicks.yml

View workflow run for this annotation

GitHub Actions / Infrastructure Security Scan (local repository)

Invalid workflow file

The workflow is not valid. .github/workflows/local-kicks.yml (Line: 18, Col: 21): Invalid secret, github-token is not defined in the referenced workflow.