v1.174.0
Release v1.174.0
Added 1
- Diff scans now report which dependency source files were added or modified relative to the merge base
Changed 1
- Partial scans now resolve dependencies only for subprojects whose ecosystem is evaluated by the rules being run, with other subprojects skipped and reported as skipped subprojects
From Semgrep
1.174.0 - 2026-08-20
### Added
- Diff scans now report which dependency source files were added or modified relative to the merge base. (changed-dependency-sources)
### Changed
- Partial scans (
--x-partial-scan-rule-id) now resolve dependencies only for subprojects whose ecosystem is evaluated by the rules being run. Subprojects in any other ecosystem are skipped and reported to semgrep-app as skipped subprojects. (SC-3830)