File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158
159159 - name : Install Trivy
160160 run : |
161- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.49.0
161+ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.68.2
162162
163163 - name : Install yq
164164 run : |
Original file line number Diff line number Diff line change @@ -70,16 +70,16 @@ kolla_image_tags:
7070 ubuntu-jammy : 2024.1-ubuntu-jammy-20250627T102805
7171 ubuntu-noble : 2024.1-ubuntu-noble-20250627T102805
7272 neutron :
73- rocky-9 : 2024.1-rocky-9-20251113T114107
74- ubuntu-jammy : 2024.1-ubuntu-jammy-20251113T114107
75- ubuntu-noble : 2024.1-ubuntu-noble-20251113T114107
73+ rocky-9 : 2024.1-rocky-9-20260128T142402
74+ ubuntu-jammy : 2024.1-ubuntu-jammy-20260128T065158
75+ ubuntu-noble : 2024.1-ubuntu-noble-20260128T065158
7676 neutron_bgp_dragent :
7777 ubuntu-jammy : 2024.1-ubuntu-jammy-20250529T081147
7878 ubuntu-noble : 2024.1-ubuntu-noble-20250529T081147
7979 nova :
80- rocky-9 : 2024.1-rocky-9-20251127T132821
81- ubuntu-jammy : 2024.1-ubuntu-jammy-20251127T132821
82- ubuntu-noble : 2024.1-ubuntu-noble-20251127T132821
80+ rocky-9 : 2024.1-rocky-9-20260128T142402
81+ ubuntu-jammy : 2024.1-ubuntu-jammy-20260128T065158
82+ ubuntu-noble : 2024.1-ubuntu-noble-20260128T065158
8383 octavia :
8484 rocky-9 : 2024.1-rocky-9-20250717T094248
8585 ubuntu-jammy : 2024.1-ubuntu-jammy-20250627T102805
Original file line number Diff line number Diff line change 1111
1212# Check that trivy is installed
1313if ! trivy --version; then
14- echo ' Please install trivy: curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.49.1 '
14+ echo ' Please install trivy: curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.68.2 '
1515fi
1616
1717# Clear any previous outputs
You can’t perform that action at this time.
0 commit comments