Skip to content

Commit aa952a6

Browse files
authored
chore: add env parameters to app.json
1 parent 4ceeb51 commit aa952a6

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

app.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,22 @@
55
"keywords": ["security", "slack", "slacker", "crowdstrike", "spotlight", "workspace", "one", "airwatch", "nag", "patch", "vulnerability"],
66
"builpacks": [
77
{ "url": "heroku/go" }
8-
]
8+
],
9+
"env": {
10+
"CSS_SLACK_TOKEN": { "required": true, "description": "" },
11+
"CSS_SLACK_SECURITY_USER": { "required": true, "description": "" },
12+
"CSS_SLACK_SKIP_NO_REPORT": { "required": false, "description": "" },
13+
"CSS_FALCON_CLIENT_ID": { "required": true, "description": "" },
14+
"CSS_FALCON_SECRET": { "required": true, "description": "" },
15+
"CSS_FALCON_CLOUD_REGION": { "required": true, "description": "" },
16+
"CSS_FALCON_SKIP_NO_MITIGATION": { "required": false, "description": "" },
17+
"CSS_FALCON_SKIP_SEVERITIES": { "required": false, "description": "" },
18+
"CSS_FALCON_MIN_CVE_BASE_SCORE": { "required": false, "description": "" },
19+
"CSS_WS1_API_URL": { "required": true, "description": "" },
20+
"CSS_WS1_USER": { "required": true, "description": "" },
21+
"CSS_WS1_PASSWORD": { "required": true, "description": "" },
22+
"CSS_DOMAINS": { "required": true, "description": "" },
23+
"CSS_USER_MESSAGE": { "required": true, "description": "" },
24+
"CSS_SECURITY_OVERVIEW_MESSAGE": { "required": true, "description": "" }
25+
}
926
}

0 commit comments

Comments
 (0)