1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Robert Kowalski 416f715ecc lint: add ReadHeaderTimeout (#1277)
currently build fail with:

```
run golangci-lint
  Running [/home/runner/golangci-lint-1.47.0-linux-amd64/golangci-lint run --out-format=github-actions] in [] ...
  Error: G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
```

for example in this PR:
7405009660

this sets the required ReadHeaderTimeout
2022-07-25 12:12:48 +00:00
.github revert auto changelog generator 2022-06-20 17:02:49 -07:00
act lint: add ReadHeaderTimeout (#1277) 2022-07-25 12:12:48 +00:00
cmd fix: use docker images from dockerhub (#1249) 2022-07-08 00:21:51 +00:00
main.go feat: handle context cancelation during docker exec (#1170) 2022-05-24 14:52:25 +00:00