diff --git a/.github/workflows/scan_released.yml b/.github/workflows/scan_released.yml index 4e0c9625a..ece2bebbe 100644 --- a/.github/workflows/scan_released.yml +++ b/.github/workflows/scan_released.yml @@ -13,7 +13,7 @@ jobs: - name: Download container image for the latest release and load it run: | VERSION=$(curl https://api.github.com/repos/freedomofpress/dangerzone/releases/latest | jq -r '.tag_name') - CONTAINER_FILENAME=container-${VERSION}-i686.tar.gz + CONTAINER_FILENAME=container-${VERSION:1}-i686.tar.gz wget https://github.com/freedomofpress/dangerzone/releases/download/${VERSION}/${CONTAINER_FILENAME} -O ${CONTAINER_FILENAME} docker load -i ${CONTAINER_FILENAME} # NOTE: Scan first without failing, else we won't be able to read the scan