We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8126e3a commit fbd4726Copy full SHA for fbd4726
.github/workflows/sdl.yml
@@ -14,7 +14,8 @@ jobs:
14
Bandit:
15
uses: intel-innersource/frameworks.ai.infrastructure.code-scan-tools/.github/workflows/Scanner_Bandit.yml@one-ci-cd
16
with:
17
- repos: ${{ github.event.repository.name }}
+ org: intel-innersource
18
+ repo: ${{ github.event.repository.name }}
19
refs: ${{ github.ref_name }}
20
# excludes: '-x folder_path' # This is optional, write the folders path you want to skip scan.
21
secrets:
0 commit comments