Skip to content

Commit

Permalink
update readme with alpmdb cataloger config example
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
  • Loading branch information
wagoodman committed Jun 21, 2022
1 parent b1aacc0 commit 546eaec
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,23 +397,24 @@ platform: ""
# set the list of package catalogers to use when generating the SBOM
# default = empty (cataloger set determined automatically by the source type [image or file/directory])
# catalogers:
# - "ruby-gemfile"
# - "ruby-gemspec"
# - "python-index"
# - "python-package"
# - "javascript-lock"
# - "javascript-package"
# - "php-composer-installed"
# - "php-composer-lock"
# - "dpkgdb"
# - "rpmdb"
# - "java"
# - "apkdb"
# - "go-module-binary"
# - "go-mod-file"
# - "dartlang-lock"
# - "rust"
# - "dotnet-deps"
# - ruby-gemfile
# - ruby-gemspec
# - python-index
# - python-package
# - javascript-lock
# - javascript-package
# - php-composer-installed
# - php-composer-lock
# - alpmdb
# - dpkgdb
# - rpmdb
# - java
# - apkdb
# - go-module-binary
# - go-mod-file
# - dartlang-lock
# - rust
# - dotnet-deps
catalogers:

# cataloging packages is exposed through the packages and power-user subcommands
Expand Down

0 comments on commit 546eaec

Please sign in to comment.