1
0

Add docker timeout to artifact configuration

This commit is contained in:
2020-06-14 17:32:57 +00:00
parent 551ec7f7ef
commit 2f5f1db0db
4 changed files with 19 additions and 0 deletions

View File

@ -115,6 +115,10 @@ type Artifact struct {
Timeout Duration
}
Docker struct {
Timeout Duration
}
Mitigations struct {
DisableSmep bool
DisableSmap bool