We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resource for a directory is created with is_file = True, instead of is_file = False https://github.com/nexB/container-inspector/blob/3c799050f1a00161f468265127ccc533c983b869/src/container_inspector/image.py#L1038
is_file = True
is_file = False
The text was updated successfully, but these errors were encountered:
Enforce use of requirements.txt #34
1bcaaa5
Signed-off-by: Jono Yang <[email protected]>
Return correct type for directories
e5c9bac
Reference: #34 Reported-by: Avishrant Sharma <[email protected]> Signed-off-by: Philippe Ombredanne <[email protected]>
No branches or pull requests
Resource for a directory is created with
is_file = True
, instead ofis_file = False
https://github.com/nexB/container-inspector/blob/3c799050f1a00161f468265127ccc533c983b869/src/container_inspector/image.py#L1038
The text was updated successfully, but these errors were encountered: