mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
This reverts commit 6195002ae54056131521f2226ee21a0822ab1019. Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
16 lines
446 B
HCL
16 lines
446 B
HCL
source = ["./dist/syft-macos_darwin_amd64/syft"] # The 'dist' directory path should ideally reference an env var, where the source of truth is the Makefile. I wasn't able to figure out how to solve this.
|
|
bundle_id = "com.anchore.toolbox.syft"
|
|
|
|
sign {
|
|
application_identity = "Developer ID Application: ANCHORE, INC. (9MJHKYX5AT)"
|
|
}
|
|
|
|
dmg {
|
|
output_path = "./dist/output.dmg"
|
|
volume_name = "Syft"
|
|
}
|
|
|
|
zip {
|
|
output_path = "./dist/output.zip"
|
|
}
|