-
Notifications
You must be signed in to change notification settings - Fork 16
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
Setting.json with source_scanner selection #109
Conversation
setting.json 관련 scanner source -s 옵션 구현 완료 하였습니다. 확인해주세요~ |
setting.json 관련 scanner source -j 옵션 구현 완료 하였습니다. Can Generate raw result of scanners in json format At Your Setting.json |
PR의 Description에 수정한 사항에 대한 설명을 작성해주십시오. |
Conflict resolve해주시고, tox -e release시 에러가 없는지 확인해주십시오. (컨벤션 룰 에러도 출력됩니다.) |
관련 내역 수정 완료 및 description 부분에 코드 설명 넣어놨습니다. |
관련 내용 확인 및 수정 완료 하였습니다. |
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: yongjunhong <[email protected]> Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: yongjunhong <[email protected]> Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
Signed-off-by: soonhong99 <[email protected]>
…json Signed-off-by: soonhong99 <[email protected]>
FL binary --notice 옵션에서 print license 뿐만 아닌 setting.json에서 output으로 설정한 폴더명에 license가 txt로 저장되게끔 구현하였습니다. |
Signed-off-by: soonhong99 <[email protected]>
test_src 폴더 삭제 부탁드립니다. |
Signed-off-by: soonhong99 <[email protected]>
관련 내용 수정 완료하였습니다. |
Signed-off-by: soonhong99 <[email protected]>
관련 내용 수정 하였습니다. |
@soonhong99 , |
커맨트 안 남겨도 Resolve 누르시면 resolve처리됩니다. 😃 |
fosslight_source에 대해 path_to_exclude가 적용 안 되는 파생 버그가 있음-> fosslight_source쪽 버그 인듯 |
Description
This PR introduces several enhancements to the FOSSLight Scanner's functionality and improvements to code quality:
Source Scanner Option Enhancements:
Added a new argument for selective source scanner usage
Implemented source scanner option -j in setting.json, supporting raw result generation in JSON format
Code Cleanup and Optimization:
Removed unused annotations
Simplified code by deleting unnecessary parameters
Error Fixes and Style Improvements:
Resolved tox-related errors
Modified code to adhere to flake8 style guidelines
These changes improve the flexibility of FOSSLight Scanner and enhance the code's readability and maintainability. In particular, the improvements to source scanner options provide users with more control, while the JSON format raw result generation feature facilitates additional analysis and integration work.
Test Results:
Ran unit tests and integration tests for all changes
Verified error-free execution in the tox testing environment
Passed flake8 inspection, maintaining code style consistency
Reviewers are kindly requested to focus particularly on the implementation of the new source scanner options and the changes to setting.json.
Type of change
Please insert 'x' one of the type of change.