github.com/hashicorp/packer@v1.14.3/website/content/partials/provisioner/hcp-sbom/Config-not-required.mdx (about) 1 <!-- Code generated from the comments of the Config struct in provisioner/hcp-sbom/provisioner.go; DO NOT EDIT MANUALLY --> 2 3 - `destination` (string) - The path on the local machine to store a copy of the SBOM file. 4 You can specify an absolute or a path relative to the working directory 5 when you execute the Packer build. If the file already exists on the 6 local machine, Packer overwrites the file. If the destination is a 7 directory, the directory must already exist. 8 9 - `sbom_name` (string) - The name of the SBOM file stored in HCP Packer. 10 If omitted, HCP Packer uses the build fingerprint as the file name. 11 This value must be between three and 36 characters from the following set: `[A-Za-z0-9_-]`. 12 You must specify a unique name for each build in an artifact version. 13 14 <!-- End of code generated from the comments of the Config struct in provisioner/hcp-sbom/provisioner.go; -->