Syft

Version: 1.44.0 darwin linux windows sbom analysis

Installation Instructions

Linux

Download Syft
{
  "url": "{{ .SVar `.tool.syft.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.syft.download.filename` }}",
  "overwrite": false
}
Extract Syft Release
{
  "destination": "{{ .PTools }}/syft/{{ .SVar `.tool.syft.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.syft.download.filename` }}"
}

MacOS

Download Syft
{
  "url": "{{ .SVar `.tool.syft.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.syft.download.filename` }}",
  "overwrite": false
}
Extract Syft Release
{
  "destination": "{{ .PTools }}/syft/{{ .SVar `.tool.syft.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.syft.download.filename` }}"
}

Binaries