Projects STRLCPY syft Commits 14766261
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 44 lines
    45 45  - Java (jar, ear, war, par, sar, nar, native-image)
    46 46  - JavaScript (npm, yarn)
    47 47  - Jenkins Plugins (jpi, hpi)
     48 +- Linux kernel archives (vmlinz)
     49 +- Linux kernel modules (ko)
    48 50  - Nix (outputs in /nix/store)
    49 51  - PHP (composer)
    50 52  - Python (wheel, egg, poetry, requirements.txt)
    skipped 461 lines
    512 514   # specify an explicit go mod cache directory, if unset this defaults to $GOPATH/pkg/mod or $HOME/go/pkg/mod
    513 515   # SYFT_GOLANG_LOCAL_MOD_CACHE_DIR env var
    514 516   local-mod-cache-dir: ""
     517 + 
     518 +linux-kernel:
     519 + # whether to catalog linux kernel modules found within lib/modules/** directories
     520 + # SYFT_LINUX_KERNEL_CATALOG_MODULES env var
     521 + catalog-modules: true
    515 522   
    516 523  # cataloging file contents is exposed through the power-user subcommand
    517 524  file-contents:
    skipped 153 lines
Please wait...
Page is in error, reload to recover