mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Add "contributors" to YAML format to enable attribution (#780)
This commit is contained in:
parent
401eb1b16c
commit
cc018bcfa6
@ -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)
|
||||
- Palantir osquery configuration (https://github.com/palantir/osquery-configuration/tree/master/Fleet)
|
||||
|
Loading…
Reference in New Issue
Block a user