update versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SonarQube",
|
||||
"version": "0.0.2-beta",
|
||||
"version": "0.0.3-beta",
|
||||
"slug": "sonarqube",
|
||||
"description": "SonarQube Server helps you comply with common code security standards, such as the NIST SSDF, OWASP, CWE, STIG, and CASA.",
|
||||
"arch": ["amd64", "armv7", "aarch64"],
|
||||
@@ -11,7 +11,6 @@
|
||||
"options": {
|
||||
"data_path": "/share/sonarqube/data",
|
||||
"extensions_path": "/share/sonarqube/extensions",
|
||||
"ui_port": 9000,
|
||||
"jdbc_url": "jdbc:postgresql://sonarqube_db:5432/sonar",
|
||||
"jdbc_username": "",
|
||||
"jdbc_password": "",
|
||||
@@ -20,7 +19,6 @@
|
||||
"schema": {
|
||||
"data_path": "str",
|
||||
"extensions_path": "str",
|
||||
"ui_port": "int",
|
||||
"jdbc_url": "str",
|
||||
"jdbc_username": "str",
|
||||
"jdbc_password": "str",
|
||||
|
||||
Reference in New Issue
Block a user