You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
**Pager** follows git's precedence: `GIT_PAGER` env, `core.pager` config, `PAGER` env, then `less -FRSX`. Use `--no-pager` flag or `git config core.pager cat` to disable.
381
381
382
+
**Ecosystem filtering** lets you limit which package ecosystems are tracked:
383
+
384
+
```bash
385
+
git config --add pkgs.ecosystems rubygems
386
+
git config --add pkgs.ecosystems npm
387
+
git pkgs info --ecosystems # show enabled/disabled ecosystems
388
+
```
389
+
390
+
**Ignored paths** let you skip directories or files from analysis:
Some ecosystems require remote parsing services and are disabled by default: Carthage, Clojars, Hackage, Hex, SwiftPM. Enable with `git config --add pkgs.ecosystems <name>`.
420
+
421
+
SBOM formats (CycloneDX, SPDX) are not supported as they duplicate information from the actual lockfiles.
0 commit comments