Changelog
Fixed a problem where trivy was not checking some package files like requirements.txt
for Python.
To have access to this version and fix, you should:
> codacy-cli update
# If not relying on the Codacy configurations
> codacy-cli config reset
# If relying on Codacy configurations
> codacy-cli config reset --api-token <CODACY-TOKEN> --organization <ORG> --provider <PROVIDER> --repository <REPO>