Skip to content

Commit 18f4f3c

Browse files
authored
Merge pull request #8 from fluxcd/skip-fossa
Skip FOSSA scan for Dependabot PRs
2 parents b40c1eb + 69b02e8 commit 18f4f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-scan.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Perform CodeQL Analysis
3535
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
3636
fossa:
37+
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
3738
runs-on: ubuntu-latest
3839
permissions:
3940
contents: read

0 commit comments

Comments
 (0)