mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 19:38:10 +00:00
fix: audit script breaks without flatpaks present (#520)
* fix: audit script breaks without flatpaks present * Update 70-secureblue.just
This commit is contained in:
@@ -624,7 +624,8 @@ audit-secureblue:
|
||||
declare -A flatpaks
|
||||
while read -r ref version; do
|
||||
flatpaks+=(["${ref}"]="${ref}//${version}")
|
||||
done <<<$(flatpak list | sort -k 1 | cut --fields 2,4)
|
||||
done < <(flatpak list | sort -k 1 | cut --fields 2,4)
|
||||
|
||||
for f in ${!flatpaks[@]}; do
|
||||
warnings=()
|
||||
status="$STATUS_SUCCESS"
|
||||
|
||||
Reference in New Issue
Block a user