Commit fba8f4a
authored
chore: migrate from FOSSA to SRS configuration (#2022)
## Summary
- Add `srs.yaml` configuration file generated from `.fossa.yml` settings
- Map FOSSA `paths.exclude` to SRS `skip-dirs` and FOSSA
`targets.exclude` to SRS `skip-files`
- Update `.licenserc.yaml` to exclude `srs.yaml` from license header
checks
## Test plan
- [ ] Verify `srs.yaml` contains correct scanner configuration (vuln +
license)
- [ ] Verify skip-files list matches the original FOSSA exclusions
- [ ] Verify `.licenserc.yaml` correctly excludes `srs.yaml`
This change migrates open source dependency scanning from FOSSA to
Splunk's internal SRS system.
Closes #1994
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 76e7111 commit fba8f4a
2 files changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments