Skip to content

Bandit Scan

Bandit Scan #4

Workflow file for this run

---
name: Bandit Scan
on:
pull_request_review:
types: [submitted]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
scan-bandit:
if: github.event.review.state == 'approved'
uses: intel-innersource/frameworks.ai.infrastructure.code-scan-tools/.github/workflows/Scanner_Bandit.yml@one-ci-cd

Check failure on line 13 in .github/workflows/bandit.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/bandit.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/bandit.yaml" -> "intel-innersource/frameworks.ai.infrastructure.code-scan-tools/.github/workflows/Scanner_Bandit.yml@one-ci-cd" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
org: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
refs: ${{ github.event.pull_request.base.ref }}
runners: '[''k8-runners'']'
secrets:
token: ${{ secrets.ACTION_TOKEN }}