jfrog-cli-core
jfrog-cli-core copied to clipboard
Remove applicabilityScannable attribute for technology
- [x] All tests passed. If this feature is not already covered by the tests, I added new tests.
- [x] All static analysis checks passed.
- [x] This pull request is on the dev branch.
- [x] I used gofmt for formatting the code before submitting the pull request.
This attribute is no longer needed. the new scanners will return a new status 'NOT_SCANNED' if not supported yet.
The code change itself looks good - my only concern - is how can we validate that when scanning a non-supported technology - just nothing well happened (as expected) - and not break anything?
Is it all handled here? https://github.com/jfrog/jfrog-cli-security/pull/37/files
