Skip to content
4 changes: 2 additions & 2 deletions build-wheelhouse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ runs:
shell: bash
run: |
if ! command -v syft > /dev/null; then
echo "Syft not found, installation of v1.26.0 in progress..."
echo "Syft not found, installation of v1.43.0 in progress..."
mkdir -p ~/.local/bin
curl -sSfL https://raw.githubusercontent.com/anchore/syft/ac883f52edb8ca1f5a0a61d12c288d4b34ea3897/install.sh | sh -s -- -b ~/.local/bin v1.26.0
curl -sSfL https://raw.githubusercontent.com/anchore/syft/ac883f52edb8ca1f5a0a61d12c288d4b34ea3897/install.sh | sh -s -- -b ~/.local/bin v1.43.0
else
echo "Syft installation found"
fi
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/1286.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Syft version into v1.43.0
Loading