Skip to content

Commit

Permalink
Scan Go dependencies by Mend
Browse files Browse the repository at this point in the history
  • Loading branch information
mstachniuk committed Jan 3, 2025
1 parent 449f036 commit fc12dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus/modules/build.star
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def whitesource_script():
"source .cirrus/use-gradle-wrapper.sh",
"source ${PROJECT_VERSION_CACHE_DIR}/evaluated_project_version.txt",
"GRADLE_OPTS=\"-Xmx64m -Dorg.gradle.jvmargs='-Xmx3G' -Dorg.gradle.daemon=false\" ./gradlew ${GRADLE_COMMON_FLAGS} :sonar-go-plugin:processResources -Pkotlin.compiler.execution.strategy=in-process",
"source ws_scan.sh"
"source ws_scan.sh -d \"${PWD},${PWD}/sonar-go-to-slang\""
]


Expand Down

0 comments on commit fc12dab

Please sign in to comment.