Coder Social home page Coder Social logo

Comments (2)

kzantow avatar kzantow commented on June 14, 2024

Hi @yogevhenig89, the option you want to use is: --override-default-catalogers. The --select-catalogers flag filters the default set of catalogers when specifying tags (or removes based on tag/name when prefixed with - and adds individually named catalogers when prefixed with +).

$ syft --override-default-catalogers image dir:. -o json | jq '.descriptor.configuration.catalogers.used'
[
  "alpm-db-cataloger",
  "apk-db-cataloger",
  "binary-cataloger",
  "cargo-auditable-binary-cataloger",
  "conan-info-cataloger",
  "dotnet-portable-executable-cataloger",
  "dpkg-db-cataloger",
  "go-module-binary-cataloger",
  "graalvm-native-image-cataloger",
  "java-archive-cataloger",
  "javascript-package-cataloger",
  "linux-kernel-cataloger",
  "nix-store-cataloger",
  "php-composer-installed-cataloger",
  "portage-cataloger",
  "python-installed-package-cataloger",
  "r-package-cataloger",
  "rpm-db-cataloger",
  "ruby-installed-gemspec-cataloger",
  "wordpress-plugins-cataloger"
]

$ syft cataloger list --select-catalogers image                                                                  
Default selections:
  - "all"
Selected by expressions:
  - "image"
┌──────────────────────────────────────┬───────────────────────────────────────────────────────────────────────────┐
│ CATALOGER                            │ TAGS                                                                      │
├──────────────────────────────────────┼───────────────────────────────────────────────────────────────────────────┤
│ alpm-db-cataloger                    │ alpm, archlinux, directory, image, installed, linux, os, package          │
│ apk-db-cataloger                     │ alpine, apk, directory, image, installed, linux, os, package              │
│ binary-cataloger                     │ binary, declared, directory, image, installed, package                    │
│ cargo-auditable-binary-cataloger     │ binary, image, installed, language, package, rust                         │
│ conan-info-cataloger                 │ conan, cpp, image, installed, language, package                           │
│ dotnet-portable-executable-cataloger │ binary, c#, directory, dotnet, image, installed, language, package        │
│ dpkg-db-cataloger                    │ debian, directory, dpkg, image, installed, linux, os, package             │
│ go-module-binary-cataloger           │ binary, directory, go, golang, gomod, image, installed, language, package │
│ graalvm-native-image-cataloger       │ directory, image, installed, java, language, package                      │
│ java-archive-cataloger               │ directory, image, installed, java, language, maven, package               │
│ javascript-package-cataloger         │ image, installed, javascript, language, node, package                     │
│ linux-kernel-cataloger               │ declared, directory, image, installed, kernel, linux, package             │
│ nix-store-cataloger                  │ directory, image, installed, language, nix, package                       │
│ php-composer-installed-cataloger     │ composer, image, installed, language, package, php                        │
│ portage-cataloger                    │ directory, gentoo, image, installed, linux, os, package, portage          │
│ python-installed-package-cataloger   │ directory, image, installed, language, package, python                    │
│ r-package-cataloger                  │ image, installed, language, package, r                                    │
│ rpm-db-cataloger                     │ directory, image, installed, linux, os, package, redhat, rpm              │
│ ruby-installed-gemspec-cataloger     │ gem, gemspec, image, installed, language, package, ruby                   │
│ wordpress-plugins-cataloger          │ directory, image, package, wordpress                                      │
└──────────────────────────────────────┴───────────────────────────────────────────────────────────────────────────┘

The reason for this is there are different default sets of catalogers depending if you run an image scan or a directory scan. Generally speaking, things like selecting the "javascript" catalogers based on the default set rather than all catalogers is the more correct thing to do. The --override-default-catalogers flag allows the default set to be altered, which I believe is what you are looking to do. Does this help?

from syft.

tgerla avatar tgerla commented on June 14, 2024

We'll go ahead and close this issue, but please let us know if you need anything else.

from syft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.