chore(sdk): allow sdk checks only on prowler repository (#9119)

Co-authored-by: César Arroba <19954079+cesararroba@users.noreply.github.com>
This commit is contained in:
Prowler Bot
2025-10-31 11:48:03 +01:00
committed by GitHub
parent 08ee5c9a43
commit 7055e28e09
5 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -36,8 +36,9 @@ on:
- cron: '00 12 * * *'
jobs:
analyze:
name: Analyze
sdk-analyze:
if: github.repository == 'prowler-cloud/prowler'
name: CodeQL Security Analysis
runs-on: ubuntu-latest
permissions:
actions: read