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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for conan packages (C/C++) #1083

Merged
merged 2 commits into from Jul 5, 2022

Conversation

cpendery
Copy link
Contributor

@cpendery cpendery commented Jul 1, 2022

馃摑 Description

Adds support for indexing Conan conanfile.txt files

Closes #1082

Signed-off-by: cpendery <cpendery@vt.edu>
@cpendery cpendery changed the title feat: add support for conan packages feat: add support for conan packages (C/C++) Jul 1, 2022
Signed-off-by: cpendery <cpendery@vt.edu>
@spiffcs spiffcs merged commit 57323a1 into anchore:main Jul 5, 2022
@spiffcs spiffcs self-assigned this Jul 6, 2022
@EstebanDugueperoux2
Copy link

Hi syft community,

conanfile.txt is a primary/declarative use of conan to only install dependencies.
Most conan users use conanfile.py, the imperative way to define dependencies, build and packaging.
Do you plan to support conanfile.py? For example using lock files (https://docs.conan.io/en/latest/versioning/lockfiles.html)?

Regards.

aiwantaozi pushed a commit to aiwantaozi/syft that referenced this pull request Oct 20, 2022
GijsCalis pushed a commit to GijsCalis/syft that referenced this pull request Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

feat: add Conan (C/C++) support
3 participants