You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: syft config prints the following section:
package:
# search within archives that do contain a file index to search against (zip)
# note: for now this only applies to the java package cataloger (env: SYFT_PACKAGE_SEARCH_UNINDEXED_ARCHIVES)
search-unindexed-archives: false
# search within archives that do not contain a file index to search against (tar, tar.gz, tar.bz2, etc)
# note: enabling this may result in a performance impact since all discovered compressed tars will be decompressed
# note: for now this only applies to the java package cataloger (env: SYFT_PACKAGE_SEARCH_INDEXED_ARCHIVES)
search-indexed-archives: true
What you expected to happen:
the following section instead:
package:
# search within archives that do not contain a file index to search against (tar, tar.gz, tar.bz2, etc)
# note: enabling this may result in a performance impact since all discovered compressed tars will be decompressed
# note: for now this only applies to the java package cataloger (env: SYFT_PACKAGE_SEARCH_INDEXED_ARCHIVES)
search-unindexed-archives: false
# search within archives that do contain a file index to search against (zip)
# note: for now this only applies to the java package cataloger (env: SYFT_PACKAGE_SEARCH_UNINDEXED_ARCHIVES)
search-indexed-archives: true
e4711s
changed the title
syft config output swaps comments for search-indexed-archives / search-unindexed-archives
"syft config" output swaps comments for search-indexed-archives / search-unindexed-archives
Jan 28, 2025
What happened:
syft config
prints the following section:What you expected to happen:
the following section instead:
Steps to reproduce the issue:
run
syft config
Anything else we need to know?:
see also anchore/grype#2409
Environment:
syft version
:Application: syft
Version: 1.19.0
BuildDate: 2025-01-22T19:57:08Z
GitCommit: 222e654
GitDescription: v1.19.0
Platform: linux/amd64
GoVersion: go1.23.4
Compiler: gc
cat /etc/os-release
or similar):Ubuntu 24.04
The text was updated successfully, but these errors were encountered: