chore(iast): remove duplicate hardcoded-secrets-rules.js file#7618
chore(iast): remove duplicate hardcoded-secrets-rules.js file#7618
Conversation
Overall package sizeSelf size: 4.76 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 816.75 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7618 +/- ##
=======================================
Coverage 80.32% 80.32%
=======================================
Files 734 734
Lines 31602 31602
=======================================
Hits 25383 25383
Misses 6219 6219 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-02-25 14:33:52 Comparing candidate commit 4a61696 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 233 metrics, 27 unstable metrics. |
What does this PR do?
hardcoded-secrets-rules.jswhich is an exact duplicate ofhardcoded-secret-rules.jshardcoded-secret-rules.js(without the extra 's') is imported byhardcoded-secret-analyzer.js; the duplicate is not referenced anywhereMotivation
Dead code cleanup.