From 6de672ff05913694cb430d3d71a322c70864485c Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 18 Jun 2020 16:14:19 +0800 Subject: [PATCH] add yaml file --- audit.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 audit.yaml diff --git a/audit.yaml b/audit.yaml new file mode 100644 index 0000000..5f2d821 --- /dev/null +++ b/audit.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: linux-audit/audit-userspace +tag_prefix: ^v +seperator: . -- Gitee