Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
updated example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharatkk-metron committed Aug 6, 2024
1 parent bcde8d8 commit 6a03238
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
BASE_URL=
API_TOKEN=
ENABLE_FINDINGS_INGESTION=true/false

# [Optioanl]
# 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]
# 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

#createdInLast: optional
# [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
# Example value: 1m2w (1 month 2 weeks)
FINDINGS_INGEST_SINCE_DAYS=90 # default value is 90 days

# Example value: any number -> 30 60 90 ...
FINDINGS_INGEST_SINCE_DAYS=
# [Optioanl]
# CODE_SMELL -> MAINTAINABILITY in API Version 2
# BUG -> RELIABILITY in API Version 2
# VULNERABILITY: SECURITY in API Version 2
Expand Down

0 comments on commit 6a03238

Please sign in to comment.