We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac33f16 commit 1c325adCopy full SHA for 1c325ad
main_test.go
@@ -1048,7 +1048,8 @@ func TestRun_Configs(t *testing.T) {
1048
1049
no known vulnerabilities found
1050
`,
1051
- wantStderr: " failed: unable to fetch OSV database: db host returned an unexpected status code (404 Not Found)",
+ // for some reason example.com returns a 500 even though the page presents a 404 message
1052
+ wantStderr: " failed: unable to fetch OSV database: db host returned an unexpected status code (500 Internal Server Error)",
1053
},
1054
// databases from configs are ignored if "--no-config-databases" is passed...
1055
{
0 commit comments