act/pkg
Robert Kowalski 1a71c52ef3
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:
https://github.com/nektos/act/runs/7405009660?check_suite_focus=true

this sets the required ReadHeaderTimeout
2022-07-25 12:12:48 +00:00
..
artifacts lint: add ReadHeaderTimeout (#1277) 2022-07-25 12:12:48 +00:00
common Improve logging (#1171) 2022-06-17 15:55:21 +00:00
container only perform chown operation for non root users (#1250) 2022-07-08 22:39:42 +00:00
exprparser implement pre and post steps (#1089) 2022-05-24 13:36:06 +00:00
model fix: the number in the github event is of type number (#1252) 2022-07-12 11:36:53 +00:00
runner fix: use docker images from dockerhub (#1249) 2022-07-08 00:21:51 +00:00