3 Commits

Author SHA1 Message Date
Brock H Caldwell
2c71c02934 fix: bumps version 2025-11-10 16:53:28 -06:00
Brock H Caldwell
3fae1b5ce1 chore: upgrades sonarqube cli to v11.5 2025-11-10 16:50:57 -06:00
Dwi Siswanto
616b2df627 docs: update blockquote notes
(adapt https://github.com/orgs/community/discussions/16925)

Signed-off-by: Dwi Siswanto <me@dw1.io>
2023-11-17 21:22:58 +07:00
2 changed files with 8 additions and 8 deletions

View File

@@ -1,15 +1,15 @@
FROM sonarsource/sonar-scanner-cli:4
FROM sonarsource/sonar-scanner-cli:11.5
LABEL "com.github.actions.name"="SonarQube Scan"
LABEL "com.github.actions.description"="Scan your code with SonarQube Scanner to detect bugs, vulnerabilities and code smells in more than 25 programming languages."
LABEL "com.github.actions.icon"="check"
LABEL "com.github.actions.color"="green"
LABEL version="0.0.2"
LABEL repository="https://github.com/kitabisa/sonarqube-action"
LABEL homepage="https://kitabisa.github.io"
LABEL maintainer="dwisiswant0"
LABEL version="0.0.3"
LABEL repository="https://code.caldwell.digital/tools/sonarqube-action"
LABEL homepage="https://caldwell.digital"
LABEL maintainer="brock"
COPY --chmod=777 entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

View File

@@ -70,7 +70,7 @@ These are some of the supported input parameters of action.
| **`encoding`** | Encoding of the source code | 🔴 | `UTF-8` | |
> **Note**
> [!NOTE]
> If you opt to configure the project metadata and other related settings in a **`sonar-project.properties`** file (must be placed within the base directory, `projectBaseDir`) instead of using input parameters, this action is compatible with that approach!
## License