From d18cc7df58b9b1dae3bceafb9c0a6a3e1edd68e5 Mon Sep 17 00:00:00 2001 From: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com> Date: Fri, 5 Mar 2021 16:17:35 +0000 Subject: [runc] Initial integration (#5287) * [teleport] Initial integration * Minor update to run tests again * Remove debugging things * Removed an unfinished file * Small nit * Added maintainers * Update Dockerfile * Update build.sh * Update project.yaml * Updated licenses Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> --- projects/runc/project.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 projects/runc/project.yaml (limited to 'projects/runc/project.yaml') diff --git a/projects/runc/project.yaml b/projects/runc/project.yaml new file mode 100644 index 000000000..fc387c82b --- /dev/null +++ b/projects/runc/project.yaml @@ -0,0 +1,16 @@ +homepage: "https://github.com/opencontainers/runc" +main_repo: "https://github.com/opencontainers/runc" +primary_contact: "cyphar@cyphar.com" +auto_ccs: + - "adam@adalogics.com" + - "michael@docker.com" + - "mpatel@redhat.com" + - "dqminh89@gmail.com" + - "h.huangqiang@huawei.com" + - "akihiro.suda.cz@hco.ntt.co.jp" + - "kolyshkin@gmail.com" +language: go +fuzzing_engines: + - libfuzzer +sanitizers: + - address -- cgit v1.2.3