mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 10:36:45 +01:00
pass notarize arg, not original archive (#793)
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
d3469801fc
commit
e4ac7700dd
2
.github/scripts/apple-signing/notarize.sh
vendored
2
.github/scripts/apple-signing/notarize.sh
vendored
@ -62,7 +62,7 @@ notarize() {
|
||||
|
||||
cat <<EOF > "$tmp_file"
|
||||
notarize {
|
||||
path = "$archive_path"
|
||||
path = "$payload_archive_path"
|
||||
bundle_id = "com.anchore.toolbox.syft"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user