Skip to content

Bandit Scan

Bandit Scan #2

Workflow file for this run

name: Bandit Scan
on:
pull_request_review:
types: [submitted]
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 9 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 }}