Air-Gapped Environments
Step 1 — Fetch the Database on a Connected Machine
lynkctl db downloadlynkctl db pathStep 2 — Transfer the Database
DB=$(lynkctl db path)
cp "$DB" /transfer/oss-index.dbStep 3 — Run lynkctl Against the Local Database
lynkctl generate . --oss-index-db /opt/oss-index.db -o sbom.cdx.jsonVerifying the Database
Generating Without Vendored Identification
Related
Last updated