Forum Discussion
JosePintoDevOps
Apr 25, 2023Copper Contributor
Synopsys Detect Azure DevOps Task fails with a 404
I'm dealing with a CI pipeline that uses the Synopsys Detect task and suddenly it started to fail. I looked at the logs and this is the output: After seeing that I went to the URL where ...
Kidd_Ip
Sep 17, 2025MVP
Any chance to upgrade to version 8:
The latest supported version of the Synopsys Detect Azure DevOps task is version 8, which uses updated URLs and supports the latest Detect scripts.
- In your pipeline YAML or task configuration, update the task reference:
- task: SynopsysDetect@8
inputs:
# your inputs here