50 Commits

Author SHA1 Message Date
Francisco Robles Martín
ee95a7cad6
Fix error message when pom or build.gradle are detected (#48) 2024-12-29 22:47:55 +07: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
Ivan Schaller
72254bbe1e fix project basedir path
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
v1.2.1
2023-09-25 15:20:37 +07:00
Dwi Siswanto
9017aabde4
chore: update CODEOWNERS 2023-09-12 06:20:22 +07:00
Dwi Siswanto
a76da8f0e6
docs: update README 2023-09-12 06:18:51 +07:00
Dwi Siswanto
513476d3b8 Update readme v1.2.0 2022-06-16 12:34:30 +07:00
Dwi Siswanto
b3336b356f update(entrypoint): code-style & sonar sources pointing to project base dir 2022-06-16 12:33:59 +07:00
Dwi Siswanto
214c4b604a update(entrypoint): remove conditional trigger event & dynamic source encoding
and code-style
2022-06-16 12:28:38 +07:00
Dwi Siswanto
70d39d8c86 Add source encoding 2022-06-16 12:28:25 +07:00
Dwi Siswanto
7e63816c89 Update readme 2022-06-16 12:28:13 +07:00
Dwi Siswanto
9d60bddfc9 update(entrypoint): exit early on Maven/Gradle project, and
- display warning on auth w/o using token
- proper `sonar-project.properties` link
- unset `JAVA_HOME` environment (fix #31)
2022-06-16 12:02:05 +07:00
Dwi Siswanto
c17fe0c59d Update wording 2022-06-16 12:01:28 +07:00
Dwi Siswanto
c4b2851844 Remove unused code 2022-06-16 11:47:29 +07:00
Dwi Siswanto
2796ffc8b5 misc: Wording 2022-06-16 11:13:04 +07:00
Dwi Siswanto
b87ffe4bf5 Update readme v1.1.2 2022-06-16 10:27:37 +07:00
Erdem Karasahin
16486220f2 docker build fail && please check 2022-06-16 10:25:32 +07:00
Dwi Siswanto
d7e1e2bb60 misc: Update code owners 2021-12-17 13:57:02 +07:00
Dwi Siswanto
10a365b29a
Merge pull request #30 from leonardomerlin/patch-1
fix: use official sonnar scanner docker image
v1.1.1
2021-10-22 05:33:28 +07:00
Leonardo Merlin
8c154cc36b
fix: use official sonnar scanner docker image
the `newtmitch/docker-sonar-scanner` is not official and not up-to-date with the latest version of sonar.
2021-10-21 10:35:20 +02:00
Dwi Siswanto
c7058a020f Use stable release tag instead of master 2021-04-01 18:43:16 +07:00
dw1
9b52913486
Merge pull request #20 from jankal/master
Update docker base image & respect sonar-project.properties
2020-12-29 09:55:24 +07:00
Alexander Jank
532659cc88
fix(entrypoint): use bash condition correctly 2020-12-20 00:12:55 +01:00
Alexander Jank
c94954550f
fix code-style & reference WORKSPACE dir for file detection 2020-12-18 08:48:17 +00:00
Alexander Jank
9b7b1d0336
update base image; respect sonar-project.properties 2020-12-17 23:23:49 +00:00
Dwi Siswanto
a40c5bc8f6 ✏️ Remove exit status if event action is push v1.1.0 2020-11-09 22:59:28 +07:00
Dwi Siswanto
7da9810073 🔨 Justify scripts 2020-10-11 19:11:26 +07:00
Dwi Siswanto
276b0c8370
Merge pull request #10 from kitabisa/development
🪲 Use GitHub environment instead of child workdir name as defa…
v1.0.1
2020-07-26 06:08:30 +07:00
Dwi Siswanto
6c4cd0d6d9 🪲 Use GitHub environment instead of child workdir name as default value of project key & name 2020-07-26 03:20:28 +07:00
Dwi Siswanto
1c37e4588f 📘 Update usage docs v1.0.0 2020-07-17 09:30:15 +07:00
Dwi Siswanto
545a1a5fac Remove unused variable 2020-07-17 09:30:09 +07:00
Dwi Siswanto
63ca4c2787
Merge pull request #6 from nordcloud/master
Add project identity parameters
2020-07-16 23:36:50 +07:00
Dariusz Dwornikowski
9bdc677f66 Add projectVersion to README 2020-07-16 12:39:56 +02:00
Dariusz Dwornikowski
80213a727e Fix variable assignments 2020-07-16 12:38:54 +02:00
Dariusz Dwornikowski
5379cc65b4 Add setting of projectVersion 2020-07-14 09:45:39 +02:00
Dariusz Dwornikowski
accc346655 Add setting of projectName 2020-07-11 13:06:03 +02:00
dw1
50fbee7c7b ✏️ Fix can't formatting 2020-06-23 06:28:23 +07:00
dw1
d0028cf7df Merge branch 'master' of github.com:kitabisa/sonarqube-action 2020-06-23 06:21:17 +07:00
Dwi Siswanto
5cd2fa569f 📖 Update issue templates 2020-06-23 06:20:31 +07:00
Dwi Siswanto
7b0e7aa29e 📖 Update issue templates 2020-06-23 06:17:36 +07:00
dw1
a1521f09b4 📝 Update usage docs v1.0.0-rc.1 2020-06-23 05:59:44 +07:00
dw1
c9f1220abc 📖 Add pull request template 2020-06-23 05:59:36 +07:00
dw1
ecb9a772a9 📖 Add issue template 2020-06-23 05:59:27 +07:00
dw1
bb543d0f7a 🪲 Add dynamic projectKey input. Fixes #5 2020-06-23 05:59:03 +07:00
dw1
abc24397e0 Add jq package to Dockerfile v0.1.2 2020-06-23 00:45:57 +07:00
dw1
07b55c6b20 🐛 Bug fixed for #2 2020-06-23 00:40:38 +07:00
dw1
3d458002e9 update readme 2020-01-30 17:50:20 +07:00
dw1
9843b73be8 add condition event only in PR v0.0.1 2020-01-30 16:36:39 +07:00
dw1
b74f7cb670 add action & entrypoint 2020-01-30 16:35:26 +07:00
dw1
fcf0075f5e add dockerfile 2020-01-30 16:34:59 +07:00
Dwi Siswanto
7dcc0c1682
Initial commit 2020-01-30 15:40:07 +07:00