You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This action scans a java maven project with SonarQube. Features:
13
13
-`sonar-host-url`*(Default to https://sonarcloud.io)*: Tells the scanner where SonarQube is hosted
14
14
-`working-directory`*(Default to root directory)*: The name of the working directory from which the scan is executed
15
15
-`java-version`*(Default 11)*: Java version used run the scans (JDK 11 is the minium required)
16
-
-`restore-artifact-name<N>`, Where `<N>` is a number (1 or 2). Optional name of an artifact to be restored to send additional info to SonarQube (e.g. coverage reports)
16
+
-`restore-artifact-name<N>`, Where `<N>` is a number (1 to 4). Optional name of an artifact to be restored to send additional info to SonarQube (e.g. coverage reports)
17
17
-`restore-artifact-path<N>`*(Default to the `working-directory`)*: Path where `restore-artifact-name<N>` will be restored (relative to the working directory)'
0 commit comments