-
Notifications
You must be signed in to change notification settings - Fork 37
Installation of trivy fails #220
Copy link
Copy link
Open
Labels
Description
Discussed in aquasecurity/trivy#10311
Originally posted by paveel-h March 3, 2026
Description
When executing the installation of the Trivy using the extension, the install step fails on this:
The docker installation method works.
Desired Behavior
Installation works.
Actual Behavior
Starting Trivy task...
Requested Trivy version to install: v0.69.1
Downloading: https://get.trivy.dev/trivy?client=azure-pipeline&version=0.69.1&os=Linux&arch=64bit&type=tar.gz
##[error]Unexpected HTTP response: 404
Finishing: Trivy Security Scan
Reproduction Steps
1. Install Trivy extension
2. Use the trivy task with install methodTarget
None
Scanner
None
Output Format
None
Mode
None
Debug Output
Starting Trivy task...
Requested Trivy version to install: v0.69.1
Downloading: https://get.trivy.dev/trivy?client=azure-pipeline&version=0.69.1&os=Linux&arch=64bit&type=tar.gz
##[error]Unexpected HTTP response: 404
Finishing: Trivy Security ScanOperating System
Linux
Version
0.69.1Checklist
- Run
trivy clean --all - Read the troubleshooting
Reactions are currently unavailable