mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00: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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue