packer/hcl2template
Devashish a353260f5d packer: add hcp-sbom provisioner
The hcp-sbom provisioner is a provisioner that acts essentially like a
download-only file provisioner, which also verifies the file downloaded
is a SPDX/CycloneDX JSON-encoded SBOM file, and sets up its upload to
HCP Packer later on.
2025-01-21 16:57:50 -05:00
..
addrs addrs: require at least 3 parts to source URIs 2024-05-15 14:12:41 -04:00
fixtures hcl2: fix crash on malformed overrides (#11881) 2022-07-20 14:30:49 -04:00
function hcl2template: add support for raw aws secrets 2025-01-21 14:39:49 -05:00
internal [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
repl [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
shim [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
testdata hcl2template: don't error on empty bucket slug 2024-12-12 11:29:01 -05:00
common_test.go packer: address unused lint errors 2024-07-18 10:51:17 -04:00
components.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
decode.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
docs.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
formatter.go fmt: print parse errors on error 2024-03-07 14:41:19 -05:00
formatter_test.go chore: remove refs to deprecated io/ioutil 2023-09-26 11:13:31 -04:00
functions.go hcl2template: add support for raw aws secrets 2025-01-21 14:39:49 -05:00
parser.go fix: packer validate unsupported type error 2025-01-21 10:06:45 -05:00
plugin.go packer: register plugin components only once 2024-05-14 11:41:18 -04:00
types.build.from.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.build.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.build.hcp_packer_registry.go hcl2template: don't error on empty bucket slug 2024-12-12 11:29:01 -05:00
types.build.hcp_packer_registry_test.go hcl2template: don't error on empty bucket slug 2024-12-12 11:29:01 -05:00
types.build.post-processor.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.build.provisioners.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.build.provisioners_test.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.build_test.go Packer tracks Version and Plugins Metadata (#12860) 2024-04-11 12:55:04 -04:00
types.datasource.go hcl2template: use refString for local/data deps 2024-10-29 16:10:29 -04:00
types.datasource_test.go hcl2template: locals evaluation returns a variable 2024-10-29 16:10:29 -04:00
types.hcl_post-processor.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.hcl_provisioner.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.hcl_ref.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.packer_config.go packer: add hcp-sbom provisioner 2025-01-21 16:57:50 -05:00
types.packer_config_test.go hcl2template: rename Datasource.Name to DSName 2024-10-29 16:10:29 -04:00
types.refstring.go hcl2template: rename Name->LocalName for local 2024-10-29 16:10:29 -04:00
types.required_plugins.go fix: packer validate unsupported type error 2025-01-21 10:06:45 -05:00
types.required_plugins_test.go packer: relax constraints on sources 2024-04-29 14:28:24 -04:00
types.source.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
types.source_test.go Packer tracks Version and Plugins Metadata (#12860) 2024-04-11 12:55:04 -04:00
types.variables.go hcl2template: rename Name->LocalName for local 2024-10-29 16:10:29 -04:00
types.variables_test.go hcl2template: locals evaluation returns a variable 2024-10-29 16:10:29 -04:00
utils.go hcl2template: split GetVarsByType in two functions 2024-06-17 16:51:58 -04:00
version.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
version_required.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00