(kind CmdType)
| 1305 | } |
| 1306 | |
| 1307 | func IsDockerCmd(kind CmdType) bool { |
| 1308 | return (kind == DockerRun || kind == DockerStart || kind == DockerCompose) |
| 1309 | } |
| 1310 | |
| 1311 | // PermissionError holds information about files/directories with permission issues |
| 1312 | type PermissionError struct { |
no outgoing calls
no test coverage detected