Skip to content

Commit

Permalink
Add specific version install error output
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work committed Dec 19, 2024
1 parent 2b0832a commit 8e3fa3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/artifact_repositories/golang.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@ A blocked package will show up in `go` output as missing:
go: github.com/malicious: no matching versions for query "upgrade"
```

Alternatively, if a specific version was requested:

```text
go: github.com/[email protected]: reading https://golang.phylum.io/github.com/malicious/@v/v1.2.3.info: 424 Failed Dependency
```

If a version range is accepted by the manifest, the package manager will
automatically attempt to use a version that passes Phylum's policy.

0 comments on commit 8e3fa3e

Please sign in to comment.