mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
add trivy deps
This commit is contained in:
parent
2efce6e496
commit
48bdb4511f
1 changed files with 5 additions and 0 deletions
|
@ -163,6 +163,11 @@ runs:
|
|||
all_dependencies+=("$BASE_URL/$cmake_dependency.rpm")
|
||||
fi
|
||||
;;
|
||||
*trivy*)
|
||||
trivy_dependency="trivy-0.58.1-1-rosa0.1.x86_64"
|
||||
if [[ -n "$trivy_dependency" ]]; then
|
||||
echo "Found trivy: $trivy_dependency"
|
||||
all_dependencies+=("$BASE_URL/$trivy_dependency.rpm")
|
||||
esac
|
||||
|
||||
# Вывод текущего состояния массива all_dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue