[bot] Merge master/1c4dfe44 into rel/dev#1597
Merged
Merged
Conversation
Adds a self-contained workflow_dispatch GitHub Actions workflow that runs FOSSA analyze + test against the repo, replacing the manual Jenkins-based scan. Token comes from the FOSSA_API_KEY org secret; the repo still needs to be added to that secret's repos allowlist in terraform-github (separate PR by infra) before the first dispatch will authenticate. The job runs on the infra1-runners-arc / runners-small ARC group used by the rest of the repo's workflows (pre-merge, staging-tests, etc.) — the runners are accessible from this public repo even though the reusable fossa workflow at gooddata/github-actions isn't, hence this self-contained copy. Permissions are read-only. Actions are pinned by version tag (actions/checkout@v6, fossas/fossa-action@v1.9.0) to match the repo convention. The .fossa.yml is scoped via paths.only to the seven published gooddata-* workspace packages plus the generated gooddata-api-client. Phase 0 local verification with fossa-cli 3.17.5 confirmed all declared deps across these targets are picked up (pdm strategy for each pyproject.toml, setuptools for gooddata-api-client). tests-support and scripts/ are intentionally excluded as internal helpers. The branch input defaults to master so dispatches without an explicit override attach the scan to the master branch in the FOSSA dashboard. JIRA: TRIVIAL risk: nonprod
ci: add FOSSA license scan workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Automated PR to perform merge from master into rel/dev with changes up to 1c4dfe4 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/25673536222).