Skip to content

Commit

Permalink
Update ConfigReader
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Nov 6, 2024
1 parent cfde920 commit 4711174
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/ConfigReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from src.apis.cloudflare.Cloudflare import Cloudflare
from src.apis.onepassword.OnePassword import OnePassword
from src.output.LogzioShipper import LogzioShipper
from src.apis.dockerhub.Dockerhub import DockerHub

INPUT_API_FIELD = "apis"
OUTPUT_LOGZIO_FIELD = "logzio"
Expand All @@ -21,7 +22,8 @@
"azure_graph": "AzureGraph",
"azure_mail_reports": "AzureMailReports",
"cloudflare": "Cloudflare",
"1password": "OnePassword"
"1password": "OnePassword",
"dockerhub": "DockerHub"
}

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 4711174

Please sign in to comment.