This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
generated from JupiterOne-Archives/integration-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
127 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
BASE_URL= | ||
API_TOKEN= | ||
ENABLE_FINDINGS_INGESTION=true/false | ||
# [Optioanl] | ||
ENABLE_FINDINGS_INGESTION=true | ||
# [Optional] | ||
# INFO, MINOR -> LOW in API Version 2 | ||
# MAJOR -> MEDIUM in API Version 2 | ||
# CRITICAL BLOCKERS -> HIGH in API Version 2 | ||
# 0 or more values you can pass from given values | ||
FINDING_SEVERITIES=INFO,MINOR,MAJOR,CRITICAL,BLOCKER | ||
# [Optioanl] | ||
# [Optional] | ||
# OPEN -> OPEN in API Version 2 | ||
# CONFIRMED -> CONFIRMED' in API Version 2 | ||
# REOPENED -> FALSE_POSITIVE' in API Version 2 | ||
# RESOLVED -> ACCEPTED' in API Version 2 | ||
# CLOSED -> FIXED in API Version 2 | ||
# 0 or more values you can pass from given values | ||
FINDING_STATUS=OPEN,CONFIRMED,REOPENED,RESOLVED,CLOSED | ||
# [Optioanl] | ||
#To retrieve issues created during a time span before the current time (exclusive). Accepted units are 'y' for year, 'm' for month, 'w' for week and 'd' for day. If this parameter is set, createdAfter must not be set | ||
# [Optional] | ||
# To retrieve issues created during a time span before the current time (exclusive). | ||
# Example value: any number -> 30 60 90 ... | ||
FINDINGS_INGEST_SINCE_DAYS= | ||
# [Optioanl] | ||
# [Optional] | ||
# CODE_SMELL -> MAINTAINABILITY in API Version 2 | ||
# BUG -> RELIABILITY in API Version 2 | ||
# VULNERABILITY: SECURITY in API Version 2 | ||
FINDING_TYPES=CODE_SMELL,BUG,VULNERABILITY # 0 or more values you can pass from given values | ||
# BUG -> RELIABILITY in API Version 2 | ||
# VULNERABILITY: SECURITY in API Version 2 | ||
FINDING_TYPES=CODE_SMELL,BUG,VULNERABILITY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters