mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 15:47:25 +00:00
fix(ci): fix sign script - avoid interpreting {*}$argv
Signed-off-by: Vicente J. Jiménez Miras <vjjmiras@gmail.com>
This commit is contained in:
parent
5f17b7bd41
commit
5d10e54ad4
@ -223,7 +223,7 @@ jobs:
|
|||||||
echo "%__gpg_sign_cmd %{__gpg} --force-v3-sigs --batch --no-armor --passphrase-fd 3 --no-secmem-warning -u \"%{_gpg_name}\" -sb --digest-algo sha256 %{__plaintext_filename}'" >> ~/.rpmmacros
|
echo "%__gpg_sign_cmd %{__gpg} --force-v3-sigs --batch --no-armor --passphrase-fd 3 --no-secmem-warning -u \"%{_gpg_name}\" -sb --digest-algo sha256 %{__plaintext_filename}'" >> ~/.rpmmacros
|
||||||
cat > ~/sign \<<EOF
|
cat > ~/sign \<<EOF
|
||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
spawn rpmsign --addsign {*}$argv
|
spawn rpmsign --addsign {*}\$argv
|
||||||
expect -exact "Enter pass phrase: "
|
expect -exact "Enter pass phrase: "
|
||||||
send -- "\n"
|
send -- "\n"
|
||||||
expect eof
|
expect eof
|
||||||
|
Loading…
Reference in New Issue
Block a user