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.
- {code_audit_23-0.1.1/code_audit_23.egg-info → code_audit_23-0.1.2}/PKG-INFO +1 -1
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/main.py +2 -2
- {code_audit_23-0.1.1 → code_audit_23-0.1.2/code_audit_23.egg-info}/PKG-INFO +1 -1
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/pyproject.toml +1 -1
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/LICENSE +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/MANIFEST.in +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/README.md +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/__init__.py +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/logger.py +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner-debug +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner-debug.bat +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner.bat +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/conf/sonar-scanner.properties +0 -0
- {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
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonarqube_cli.py +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/trivy_cli.py +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/SOURCES.txt +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/dependency_links.txt +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/entry_points.txt +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/requires.txt +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23.egg-info/top_level.txt +0 -0
- {code_audit_23-0.1.1 → code_audit_23-0.1.2}/setup.cfg +0 -0
|
@@ -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",
|
|
27
|
-
SONAR_LOGIN = os.getenv("SONAR_LOGIN",
|
|
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():
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "code-audit-23"
|
|
7
|
-
version = "0.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
|
|
File without changes
|
|
File without changes
|
{code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner-debug
RENAMED
|
File without changes
|
{code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner-debug.bat
RENAMED
|
File without changes
|
{code_audit_23-0.1.1 → code_audit_23-0.1.2}/code_audit_23/sonar-scanner/bin/sonar-scanner.bat
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|