├── Dockerfile ├── LICENSE ├── LICENSE-3rdparty.csv ├── NOTICE ├── README.md ├── docker-compose.yaml ├── notrelevant.md ├── notrelevant_layer.json └── tools ├── README.md ├── cpuspiker-amd64 ├── cpuspiker-arm64 └── cpuspiker.go /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-3rdparty.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/LICENSE-3rdparty.csv -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /notrelevant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/notrelevant.md -------------------------------------------------------------------------------- /notrelevant_layer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/notrelevant_layer.json -------------------------------------------------------------------------------- /tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/tools/README.md -------------------------------------------------------------------------------- /tools/cpuspiker-amd64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/tools/cpuspiker-amd64 -------------------------------------------------------------------------------- /tools/cpuspiker-arm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/tools/cpuspiker-arm64 -------------------------------------------------------------------------------- /tools/cpuspiker.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDog/workload-security-evaluator/HEAD/tools/cpuspiker.go --------------------------------------------------------------------------------