Passing referer option to curl, but brew audit returns 403 #576
-
I have created a tap and added a formula that in order to download the file from the url "https://files.foo.com/release/foo/1.0/foo-1.0.zip", referer: "https://foo.com/" So The formula downloads and installs correctly, but running $ brew audit --online --git --skip-style [email protected]
[email protected]:
* Stable: The URL https://files.foo.com/release/foo/1.0/foo-1.0.zip is not reachable (HTTP status code 403)
Error: 1 problem in 1 formula detected The tap I created using If I'm using the default download strategy, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
If it's just |
Beta Was this translation helpful? Give feedback.
If it's just
brew audit
that's failing, you can probably still merge. By the timebrew audit
runs, the bottles should already have been built and they should be uploaded regardless of thebrew audit
status.