-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove SCA & IaC #1039
chore: remove SCA & IaC #1039
Conversation
edc332c
to
402a075
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1039 +/- ##
==========================================
- Coverage 92.10% 91.75% -0.35%
==========================================
Files 181 143 -38
Lines 7762 6040 -1722
==========================================
- Hits 7149 5542 -1607
+ Misses 613 498 -115
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a first pass (the PR is a bit massive 😅 ) but I have found some dead code that should be removed. Also, If I understand correctly the scan mode "DIFF" is directly related to IaC scan so it might be worth looking into it to check if we can also remove it :)
8f68135
to
26d393c
Compare
Sorry, I should have done that in my first review, I ran a static code analysis tool (
I wasn't sure if we should keep the code that could be useful in the future, but after discussing the matter with Aurélien, "throw away every code you can" is the project's policy. Apart from these, the PR looks good to me! Thank you for the tedious work! |
26d393c
to
58782e1
Compare
Thank you @salome-voltz! In addition to your list I have also removed |
Remove SCA & IaC commands and related code