code-audit-23 0.1.1__tar.gz → 0.1.2__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.

Potentially problematic release.


This version of code-audit-23 might be problematic. Click here for more details.

Files changed (23) hide show
  1. {code_audit_23-0.1.1/code_audit_23.egg-info → code_audit_23-0.1.2}/PKG-INFO +1 -1
  2. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/main.py +2 -2
  3. {code_audit_23-0.1.1 → code_audit_23-0.1.2/code_audit_23.egg-info}/PKG-INFO +1 -1
  4. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/pyproject.toml +1 -1
  5. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/LICENSE +0 -0
  6. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/MANIFEST.in +0 -0
  7. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/README.md +0 -0
  8. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/__init__.py +0 -0
  9. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/logger.py +0 -0
  10. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner +0 -0
  11. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner-debug +0 -0
  12. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner-debug.bat +0 -0
  13. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner.bat +0 -0
  14. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/conf/sonar-scanner.properties +0 -0
  15. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/lib/sonar-scanner-cli-7.3.0.5189.jar +0 -0
  16. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonarqube_cli.py +0 -0
  17. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/trivy_cli.py +0 -0
  18. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/SOURCES.txt +0 -0
  19. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/dependency_links.txt +0 -0
  20. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/entry_points.txt +0 -0
  21. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/requires.txt +0 -0
  22. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/top_level.txt +0 -0
  23. {code_audit_23-0.1.1 → code_audit_23-0.1.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-audit-23
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A simple local scanner for code audits (Trivy, SonarQube, for Brain Station 23)
5
5
  Author-email: Ahmad Al-Sajid <ahmad.sajid@brainstation23.com>
6
6
  License-Expression: MIT
@@ -23,8 +23,8 @@ else:
23
23
  load_dotenv()
24
24
 
25
25
  # Default SonarQube configuration
26
- SONAR_HOST_URL = os.getenv("SONAR_HOST_URL", None)
27
- SONAR_LOGIN = os.getenv("SONAR_LOGIN", None)
26
+ SONAR_HOST_URL = os.getenv("SONAR_HOST_URL", "https://sonarqube.brainstation-23.xyz")
27
+ SONAR_LOGIN = os.getenv("SONAR_LOGIN", "sqa_eb118830887767100489ecfc4b55e42a134bf2cb")
28
28
 
29
29
 
30
30
  def ensure_reports_dir():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-audit-23
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A simple local scanner for code audits (Trivy, SonarQube, for Brain Station 23)
5
5
  Author-email: Ahmad Al-Sajid <ahmad.sajid@brainstation23.com>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "code-audit-23"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "A simple local scanner for code audits (Trivy, SonarQube, for Brain Station 23)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes
File without changes
File without changes