We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d44a74 commit 1f0965eCopy full SHA for 1f0965e
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
DOWNLOAD_URL="https://github.com/anchore/syft/releases/download/v${{ env.SYFT_VERSION }}/syft_${{ env.SYFT_VERSION }}_linux_${{ steps.os-arch.outputs.arch }}.tar.gz"
62
echo "Downloading: ${DOWNLOAD_URL}"
63
- curl -L -o syft.tar.gz "${DOWNLOAD_URL}"
+ curl --proto '=https' --tlsv1.2 --location --output syft.tar.gz "${DOWNLOAD_URL}"
64
tar -xzf syft.tar.gz
65
chmod +x syft
66
# Add to PATH for subsequent steps
0 commit comments