mirror of https://github.com/hashicorp/packer
parent
498fd1dfab
commit
647056a775
@ -1,5 +1,13 @@
|
||||
<!-- Code generated from the comments of the Config struct in provisioner/hcp_sbom/provisioner.go; DO NOT EDIT MANUALLY -->
|
||||
|
||||
- `destination` (string) - Destination
|
||||
- `destination` (string) - Destination is an optional field that specifies the path where the SBOM
|
||||
file will be downloaded to for the user.
|
||||
The 'Destination' must be a writable location. If the destination is a file,
|
||||
the SBOM will be saved or overwritten at that path. If the destination is
|
||||
a directory, a file will be created within the directory to store the SBOM.
|
||||
Any parent directories for the destination must already exist and be
|
||||
writable by the provisioning user (generally not root), otherwise,
|
||||
a "Permission Denied" error will occur. If the source path is a file,
|
||||
it is recommended that the destination path be a file as well.
|
||||
|
||||
<!-- End of code generated from the comments of the Config struct in provisioner/hcp_sbom/provisioner.go; -->
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
<!-- Code generated from the comments of the Config struct in provisioner/hcp_sbom/provisioner.go; DO NOT EDIT MANUALLY -->
|
||||
|
||||
- `source` (string) - Source
|
||||
- `source` (string) - Source is a required field that specifies the path to the SBOM file that
|
||||
needs to be downloaded.
|
||||
It can be a file path or a URL.
|
||||
|
||||
<!-- End of code generated from the comments of the Config struct in provisioner/hcp_sbom/provisioner.go; -->
|
||||
|
||||
Loading…
Reference in new issue