Skip to content

fix(daily-scan): move DependencyCheck install to /tmp to avoid self-scan#114

Closed
thpierce wants to merge 1 commit intomasterfrom
daily-scan-fix-move-dc-to-tmp
Closed

fix(daily-scan): move DependencyCheck install to /tmp to avoid self-scan#114
thpierce wants to merge 1 commit intomasterfrom
daily-scan-fix-move-dc-to-tmp

Conversation

@thpierce
Copy link
Contributor

DependencyCheck is unzipped into the repo checkout directory, then scans . which includes its own dependency-check/lib/*.jar files. This causes false positive CVE findings (commons-beanutils, gson, h2, httpclient5, logback-core, etc.) on every run.

This PR moves the unzip to /tmp so the tool binaries are outside the scan path.

Ref: V1902405376

@thpierce thpierce requested a review from a team as a code owner March 19, 2026 19:16
@thpierce
Copy link
Contributor Author

Incorrect fix

@thpierce thpierce closed this Mar 19, 2026
@thpierce thpierce deleted the daily-scan-fix-move-dc-to-tmp branch March 19, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant