From cc018bcfa6592cb4a8e7bb7da64c73afb7363da0 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Tue, 18 May 2021 10:33:40 -0500 Subject: [PATCH] Add "contributors" to YAML format to enable attribution (#780) --- docs/1-Using-Fleet/standard-query-library/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/1-Using-Fleet/standard-query-library/README.md b/docs/1-Using-Fleet/standard-query-library/README.md index 800454449e..4ead185ed7 100644 --- a/docs/1-Using-Fleet/standard-query-library/README.md +++ b/docs/1-Using-Fleet/standard-query-library/README.md @@ -25,6 +25,7 @@ spec: query: Insert query here purpose: What is the goal of running your query? Ex. Detection remediation: Are there any remediation steps to resolve the detection triggered by your query? If not, insert "N/A." + contributors: zwass,mike-j-thomas ``` 2. Replace each field and submit a pull request to the fleetdm/fleet GitHub repository. @@ -35,4 +36,4 @@ For instructions on submitting pull requests to Fleet check out [the Committing Listed below are great resources that contain additional queries. - Osquery (https://github.com/osquery/osquery/tree/master/packs) -- Palantir osquery configuration (https://github.com/palantir/osquery-configuration/tree/master/Fleet) \ No newline at end of file +- Palantir osquery configuration (https://github.com/palantir/osquery-configuration/tree/master/Fleet)