Skip to content

Commit

Permalink
Add kics.json
Browse files Browse the repository at this point in the history
  • Loading branch information
beatcracker committed May 8, 2021
1 parent e020c99 commit 5202844
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions data/kics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"id": "kics",
"name": "kics",
"executable_name": [
"kics"
],
"category_id": "devops",
"category_name": "DevOps",
"description": "Kics is using Sentry's application monitoring platform: https://sentry.io/",
"links": {
"main": "https://kics.io/"
},
"telemetry": [
{
"id": "usage-data",
"name": "Usage data",
"is_official": true,
"links": {
"main": "https://docs.kics.io/latest/usage/commands/#disable_telemetry"
},
"target": {
"env": {
"scope": {
"process": {
"path": {
"default": "KICS_COLLECT_TELEMETRY"
},
"value": {
"opt_out": "0",
"opt_in": null
}
}
}
}
}
}
]
}

0 comments on commit 5202844

Please sign in to comment.