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

allow dockerfile scan on filesystem analysis #770

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sushiMix
Copy link

When performing the filesystem analysis it should automatically detect the language supported. It appears that dockerfile scanning is not automatically performed whereas other langages are processed. Add the missing dockerfile analysis

Signed-off-by: sushiMix <53741704+sushiMix@users.noreply.github.com>
@prabhu
Copy link
Contributor

prabhu commented Dec 11, 2023

@sushiMix have you tried -t universal? I am worried scanning dockerfiles and images by default will slow things down for everyone.

@sushiMix
Copy link
Author

@sushiMix have you tried -t universal? I am worried scanning dockerfiles and images by default will slow things down for everyone.

I'll give a try.

@sushiMix
Copy link
Author

seems ok with -t universal is there a documentation where it is explained ? I didn't find clearly the -t possible values.

@prabhu
Copy link
Contributor

prabhu commented Dec 11, 2023

@sushiMix The full list of project types is from here https://github.com/CycloneDX/cdxgen/blob/master/index.js#L5448

Could you kindly share a PR updating the docs with this list?

@setchy setchy added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants