Skip to content
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

Binary flags for files are always set to True #626

Closed
AyanSinhaMahapatra opened this issue Jan 10, 2024 · 0 comments · Fixed by #627
Closed

Binary flags for files are always set to True #626

AyanSinhaMahapatra opened this issue Jan 10, 2024 · 0 comments · Fixed by #627

Comments

@AyanSinhaMahapatra
Copy link
Member

Description

Example scan:
postgresml-2.8.1.json

See for example the resource at: "path": "postgresml-2.8.1/pgml-cms/blog/announcing-support-for-aws-us-east-1-region.md"
Here the flags are:

"is_binary": false,
"is_text": true,
"is_archive": false,
"is_media": false,
"is_source": false,
"is_script": false,

But after importing this scan in SCWB we have all the flags set to True.

Also related: License Text % is set to 0 even for directories. This should be set as Blank otherwise it's misleading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant