install.sh
looking for 1.16.0 checksum.txt not in release assets
#162
Labels
bug
Something isn't working
install.sh
looking for 1.16.0 checksum.txt not in release assets
#162
Hey y'all
Noticed today a bunch of CI failures when trying to run some docker scout-cli actions. We run the install script directly and do not use the
uses: docker-scout/cli@v1
Github actions key - so that could be the issue.This seems specific to the latest release 1.16.0.
The specific error is
So it seems like some checksum text file does not exist, that is all. Old implementation of our action is below
Changing
curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s --
tocurl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s -- v1.15.1
seems to still work OK.The text was updated successfully, but these errors were encountered: