Commit d105bf4
CM-23340 - Skip on collect node_modules folder for SCA npm (#119)
* added is_file_relevant for sca
* added tests
* emptied test data files
* fixed according to windows test failures
* naming refactoring
* added is_file_relevant_for_sca_scan tests
* removed old tests
* add type hints; remove unused imports
---------
Co-authored-by: Ilya Siamionau <[email protected]>1 parent d071284 commit d105bf4
File tree
3 files changed
+32
-3
lines changed- cycode/cli
- tests/cli
3 files changed
+32
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
733 | 741 | | |
734 | 742 | | |
735 | 743 | | |
| |||
755 | 763 | | |
756 | 764 | | |
757 | 765 | | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
758 | 770 | | |
759 | 771 | | |
760 | 772 | | |
| |||
814 | 826 | | |
815 | 827 | | |
816 | 828 | | |
817 | | - | |
818 | | - | |
| 829 | + | |
| 830 | + | |
819 | 831 | | |
820 | 832 | | |
821 | 833 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
0 commit comments