[Komodo] Commit Sync: update master_sync.toml

This commit is contained in:
komodo
2026-04-15 16:45:18 +00:00
parent 703e07a693
commit 0612fe512e
+6 -61
View File
@@ -478,11 +478,13 @@ services:
SONAR_JDBC_URL: jdbc:postgresql://db:5432/sonar
SONAR_JDBC_USERNAME: sonar
SONAR_JDBC_PASSWORD: sonar
PUID: 0
PGID: 0
volumes:
- sonarqube_data:/opt/sonarqube/data
- sonarqube_extensions:/opt/sonarqube/extensions
- sonarqube_logs:/opt/sonarqube/logs
- sonarqube_temp:/opt/sonarqube/temp
- sonarqube_logs2:/opt/sonarqube/logs
- sonarqube_temp2:/opt/sonarqube/temp
tmpfs:
- /tmp:size=256M,mode=1777
ports:
@@ -513,27 +515,15 @@ services:
volumes:
sonarqube_data:
sonarqube_temp:
sonarqube_temp2:
sonarqube_extensions:
sonarqube_logs:
sonarqube_logs2:
postgresql:
networks:
Internal:
external: true
name: Internal_Network
ipv4:
driver: bridge
enable_ipv6: false
dual:
driver: bridge
enable_ipv6: true
ipam:
config:
- subnet: "192.168.2.0/24"
gateway: "192.168.2.1"
- subnet: "2001:db8:2::/64"
gateway: "2001:db8:2::1"
"""
##
@@ -1084,51 +1074,6 @@ executions = [
##
[[action]]
name = "sonarqube-analysis"
[action.config]
file_contents = """
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube Scan
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.0
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}
"""
##
[[action]]
name = "text"
[action.config]
file_contents = """
// Run actions using the pre initialized 'komodo' client.
const version: Types.GetVersionResponse = await komodo.read('GetVersion', {});
console.log('🦎 Komodo version:', version.version, '🦎\n');
// Access arguments using the 'ARGS' object.
console.log(ARGS);
"""
##
[[builder]]
name = "local"
[builder.config]