boman-cli 2.4.3__tar.gz → 2.4.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boman-cli
3
- Version: 2.4.3
3
+ Version: 2.4.4
4
4
  Summary: CLI tool of boman.ai
5
5
  Home-page: https://boman.ai
6
6
  Author: Sumeru Software Solutions Pvt. Ltd.
@@ -93,6 +93,9 @@ Example: boman-cli -a run -zap_session_script ./session.js
93
93
 
94
94
  ### Release Note:
95
95
 
96
+ ### V2.4.4
97
+ - Minor bug fix + V2.4.3
98
+
96
99
  ### V2.4.3
97
100
  - **New:** SonarCloud API integration. Navigate to **Integrations -> SonarCloud** in the Boman SaaS to setup SonarCloud.
98
101
 
@@ -73,6 +73,9 @@ Example: boman-cli -a run -zap_session_script ./session.js
73
73
 
74
74
  ### Release Note:
75
75
 
76
+ ### V2.4.4
77
+ - Minor bug fix + V2.4.3
78
+
76
79
  ### V2.4.3
77
80
  - **New:** SonarCloud API integration. Navigate to **Integrations -> SonarCloud** in the Boman SaaS to setup SonarCloud.
78
81
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boman-cli
3
- Version: 2.4.3
3
+ Version: 2.4.4
4
4
  Summary: CLI tool of boman.ai
5
5
  Home-page: https://boman.ai
6
6
  Author: Sumeru Software Solutions Pvt. Ltd.
@@ -93,6 +93,9 @@ Example: boman-cli -a run -zap_session_script ./session.js
93
93
 
94
94
  ### Release Note:
95
95
 
96
+ ### V2.4.4
97
+ - Minor bug fix + V2.4.3
98
+
96
99
  ### V2.4.3
97
100
  - **New:** SonarCloud API integration. Navigate to **Integrations -> SonarCloud** in the Boman SaaS to setup SonarCloud.
98
101
 
@@ -120,7 +120,7 @@ class Config:
120
120
 
121
121
  log_level = "INFO"
122
122
 
123
- version = 'v15.3.3'
123
+ version = 'v2.4.4'
124
124
 
125
125
  boman_config_file = 'boman.yaml'
126
126
 
@@ -856,7 +856,7 @@ def main():
856
856
 
857
857
 
858
858
  if Config.sast_present is True:
859
- logging.info(Config.sast_lang)
859
+
860
860
  if Config.sast_lang != 'sonar':
861
861
 
862
862
  logging.info('SAST: Preparing SAST Scan')
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  environment = prod
3
- version = 2.4.3
3
+ version = 2.4.4
4
4
  name = boman-cli
5
5
  saas_base_url =
6
6
  https = //dashboard.boman.ai/
File without changes
File without changes
File without changes
File without changes