test/api.sh: suppress shellcheck for sudo redirect
This commit is contained in:
parent
359100e1a1
commit
e062fe3c44
1 changed files with 2 additions and 0 deletions
|
|
@ -637,6 +637,8 @@ test $((INIT_COMPOSES+1)) = "$SUBS_COMPOSES"
|
|||
# Save the Manifest from the osbuild-composer store
|
||||
# NOTE: The rest of the job data can contain sensitive information
|
||||
#
|
||||
# Suppressing shellcheck. See https://github.com/koalaman/shellcheck/wiki/SC2024#exceptions
|
||||
# shellcheck disable=SC2024
|
||||
sudo jq -rM .args.manifest /var/lib/osbuild-composer/jobs/"${COMPOSE_ID}".json > "${ARTIFACTS}/manifest.json"
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue