Skip to content

Commit 47442f4

Browse files
committed
fix: bandit workflow only on main repo
1 parent 2190359 commit 47442f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bandit.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
bandit_scan:
12+
if: ${{ github.repository == 'arc53/DocsGPT' }}
1213
runs-on: ubuntu-latest
1314
permissions:
1415
security-events: write

0 commit comments

Comments
 (0)