Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sca): new SCA stats schema (#313)
# Context The [existing "bytes parsed" metric](https://metabase.corp.semgrep.dev/dashboard/272-ssc-adoption-dashboard?tab=147-summary) we are currently relying on provides a limited perspective on customer SSC adoption, as it aggregates usage across languages without fully capturing which languages are meaningfully used. We want to augment the stats schema to improve metrics around Java dependency detection, lockfile-less scanning, and python requirements identification. - [x] I ran `make setup && make` to update the generated code after editing a `.atd` file (TODO: have a CI check) - [x] I made sure we're still backward compatible with old versions of the CLI. For example, the Semgrep backend need to still be able to *consume* data generated by Semgrep 1.17.0. See https://atd.readthedocs.io/en/latest/atdgen-tutorial.html#smooth-protocol-upgrades
- Loading branch information