violation-comments-to-bitbucket-server-command-line 1.40.2 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.0-javadoc.jar +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.0-javadoc.jar.asc +11 -0
- package/build/libs/{violation-comments-to-bitbucket-server-command-line-1.40.2-sources.jar → violation-comments-to-bitbucket-server-command-line-1.41.0-sources.jar} +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.0-sources.jar.asc +11 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.0-tests.jar +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.0-tests.jar.asc +11 -0
- package/build/libs/{violation-comments-to-bitbucket-server-command-line-1.40.2.jar → violation-comments-to-bitbucket-server-command-line-1.41.0.jar} +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.41.0.jar.asc +11 -0
- package/package.json +1 -1
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-javadoc.jar +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-javadoc.jar.asc +0 -11
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-sources.jar.asc +0 -11
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-tests.jar +0 -0
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-tests.jar.asc +0 -11
- package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2.jar.asc +0 -11
package/README.md
CHANGED
|
@@ -47,6 +47,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
|
|
|
47
47
|
| --- | --- | ---
|
|
48
48
|
| [_ARM-GCC_](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm) | `CLANG` |
|
|
49
49
|
| [_AndroidLint_](http://developer.android.com/tools/help/lint.html) | `ANDROIDLINT` |
|
|
50
|
+
| [_Ansible-Later_](https://github.com/thegeeklab/ansible-later) | `ANSIBLELATER` | With `json` format
|
|
50
51
|
| [_AnsibleLint_](https://github.com/willthames/ansible-lint) | `FLAKE8` | With `-p`
|
|
51
52
|
| [_Bandit_](https://github.com/PyCQA/bandit) | `CLANG` | With `bandit -r examples/ -f custom -o bandit.out --msg-template "{abspath}:{line}: {severity}: {test_id}: {msg}"`
|
|
52
53
|
| [_CLang_](https://clang-analyzer.llvm.org/) | `CLANG` |
|
|
@@ -59,6 +60,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
|
|
|
59
60
|
| [_CodeClimate_](https://codeclimate.com/) | `CODECLIMATE` |
|
|
60
61
|
| [_CodeNarc_](http://codenarc.sourceforge.net/) | `CODENARC` |
|
|
61
62
|
| [_Dart_](https://dart.dev/) | `MACHINE` | With `dart analyze --format=machine`
|
|
63
|
+
| [_Dependency Check_](https://jeremylong.github.io/DependencyCheck/) | `SARIF` | Using `--format SARIF`
|
|
62
64
|
| [_Detekt_](https://github.com/arturbosch/detekt) | `CHECKSTYLE` | With `--output-format xml`.
|
|
63
65
|
| [_DocFX_](http://dotnet.github.io/docfx/) | `DOCFX` |
|
|
64
66
|
| [_Doxygen_](https://www.stack.nl/~dimitri/doxygen/) | `CLANG` |
|
|
@@ -109,6 +111,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
|
|
|
109
111
|
| [_SARIF_](https://github.com/oasis-tcs/sarif-spec) | `SARIF` | v2.x. Microsoft Visual C# can generate it with `ErrorLog="BuildErrors.sarif,version=2"`.
|
|
110
112
|
| [_SbtScalac_](http://www.scala-sbt.org/) | `SBTSCALAC` |
|
|
111
113
|
| [_Scalastyle_](http://www.scalastyle.org/) | `CHECKSTYLE` |
|
|
114
|
+
| [_Semgrep_](https://semgrep.dev/) | `SEMGREP` | With `--json`.
|
|
112
115
|
| [_Simian_](http://www.harukizaemon.com/simian/) | `SIMIAN` |
|
|
113
116
|
| [_Sonar_](https://www.sonarqube.org/) | `SONAR` | With `mvn sonar:sonar -Dsonar.analysis.mode=preview -Dsonar.report.export.path=sonar-report.json`. Removed in 7.7, see [SONAR-11670](https://jira.sonarsource.com/browse/SONAR-11670) but can be retrieved with: `curl --silent 'http://sonar-server/api/issues/search?componentKeys=unique-key&resolved=false' \| jq -f sonar-report-builder.jq > sonar-report.json`.
|
|
114
117
|
| [_Spotbugs_](https://spotbugs.github.io/) | `FINDBUGS` |
|
|
@@ -121,7 +124,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
|
|
|
121
124
|
| [_YAMLLint_](https://yamllint.readthedocs.io/en/stable/index.html) | `YAMLLINT` | With `-f parsable`
|
|
122
125
|
| [_ZPTLint_](https://pypi.python.org/pypi/zptlint) | `ZPTLINT` |
|
|
123
126
|
|
|
124
|
-
|
|
127
|
+
51 parsers and 78 reporters.
|
|
125
128
|
|
|
126
129
|
Missing a format? Open an issue [here](https://github.com/tomasbjerre/violations-lib/issues)!
|
|
127
130
|
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJkIFPQAAoJEJxRmnfYMAu76dAH/0FPHUp9vtqLm7mgXz2Cjs4G
|
|
5
|
+
C+6aNf225qIcuPGSVpZkuXMUblkplk7KQRoG9Bd5QemMfPWCw1nY2fZz4d2KLsrQ
|
|
6
|
+
1cno6YS/Q68yt8uzYdH/V3nQXXDS/pEi4L/QD99VWAbYowy/8Y6ZiUecQMcuAs5d
|
|
7
|
+
oBya6ahCOZUFow2VCNqh7GnheN5+QsOevX9OIb6V3yCuQJB0bVHfk3VWr2+iFvqW
|
|
8
|
+
ubRRVKbSNnNckoGxKZsLyVMVtLNa/TH53M21zGz39EtQ0yBCG06tb0hp0lWC/ZOl
|
|
9
|
+
7JvfO2LjHcfShPTNx5oc6Vgi6Khng9yVGTDc7ENi+o61BPbmuVwOibrXLgiao4E=
|
|
10
|
+
=OOfy
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJkIFPQAAoJEJxRmnfYMAu7BsUIAJFtclMExFcdnLiCFHfj1ncE
|
|
5
|
+
faFoV9O7TQguBdtDWXdOcMepysw5KuN5cJGAW3DOxP15E7rVyvgJxs95SocGWQ4x
|
|
6
|
+
UrgR4chtX23OJ53Xa3NWo2u0rC0rcGp3JE39Z1S1IBCjWU++D3m128hAHpdRaPuj
|
|
7
|
+
WWrStFMWzZ8vcQOvjIWUi5ZhsAxOv7qwIVJ39YcXfURuGlrXoyJ5tTxNXiRBMfl7
|
|
8
|
+
jTx4yjh/fPtCcXkLdUiavbI8uGlC9VHVHIUG5Wv5M3HlpdBTN8ACW0M6Zx2dkYq0
|
|
9
|
+
wLkwiU6rWZqte2rcfVrS0qBCzAGpwq6L3oGBpPvJR6+XDquy6SL4rQqUJs59dGw=
|
|
10
|
+
=nWnc
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJkIFPQAAoJEJxRmnfYMAu7vYwIAI4BoBPwx/R9uDmGWhNBxNQZ
|
|
5
|
+
WHgToNKZlkzCAM12M+Qc7smXMuVMEyS2jQ4/7207usLuCIntBxjSVWDUnHGYyPHR
|
|
6
|
+
Gn/EHDS+0F69VwKuRWY2XdlNur0u0SxUfXDr6Eer9lWIZOik2agKr/uvt+xPdkME
|
|
7
|
+
ib39EvbWci1k2g3fy0xqPJWuotJhayBY5IUf7ft48YHG4bvj+nXpEhRp/rpj5sUC
|
|
8
|
+
OwnA1cQT8iZEv6nZgyxqqTYdto+UbYutOQdnQlYFHUM4ou/NMu9+egsJqEU4dsZh
|
|
9
|
+
epmcJI5WQfY5JwdHepDz1uuYt1gZyH6pSGbhpfyfoFiYYoV25GJ5nBCo1jOQ0BQ=
|
|
10
|
+
=Zkmg
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJkIFPQAAoJEJxRmnfYMAu7n9sH/RAFovAPx3X8dLZBxSGKMbGh
|
|
5
|
+
AuP6NbZ7HBU5rLNNnwNa88ZmBDeh3stuhoeV5wxVOBg1ULYpy0fTqgs8JlOiP4lz
|
|
6
|
+
ql6415q9CYRjMBpQ5rbjvAcnayRwgkUQh+HuNApX8YVPw9uJFnsiT3C4Kucpf9Ik
|
|
7
|
+
5ou9xmVULpiiX4dzizLGh81mZ4LwhkTUoB8z/3zUHq+RSnWfvW0iyPBUhLnRShKr
|
|
8
|
+
EPzhed8nnEyqj1DYyj39xWFPIb5MGjZ8cOPmKmhM2a7vrHrCQL8BgoZmTDt7HZ/z
|
|
9
|
+
lkJUlR6KWCviTuUGqDnrFFJL0UEsNBBPTTGHWi63QX7c/bviJ9i87Nb/9NXWAfs=
|
|
10
|
+
=Ttpg
|
|
11
|
+
-----END PGP SIGNATURE-----
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.41.0",
|
|
3
3
|
"name": "violation-comments-to-bitbucket-server-command-line",
|
|
4
4
|
"homepage": "https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-command-line",
|
|
5
5
|
"repository": "https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-command-line",
|
|
Binary file
|
package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-javadoc.jar.asc
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.68
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJjrIr1AAoJEJxRmnfYMAu7bL0IAJqYR+pcouFGR7IkYnfr6ruq
|
|
5
|
-
wsiwLbjyno9/MfeJUN2yA+5e5NylAERpKLa7uUPEmblF+5AX0zSF//Suy3iBwUb+
|
|
6
|
-
TlZnLoiWP6uY8VT/TRkmHm/YnoYoLkbOkZnKAcZnpc4wfq4u+EZEMR7O6IdkodlI
|
|
7
|
-
Wkefyuah4qKY99ifPib5kuUsxE8U0Z4zLkDP6NMdVxDbNIv33W4tSDp6K/MhoPe5
|
|
8
|
-
fP5XrRgvSSq10PJatACwEL3IQ6YZJcRkBCg2Qv38M5zDtFFhpyZUfe1wMDFQZVL1
|
|
9
|
-
P63796ceyAOdDYCYnSzEKtYWyIlHpJ9mEvURskkrqTXW6dfT71e6KTtE7n/t1Xs=
|
|
10
|
-
=IRoT
|
|
11
|
-
-----END PGP SIGNATURE-----
|
package/build/libs/violation-comments-to-bitbucket-server-command-line-1.40.2-sources.jar.asc
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.68
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJjrIr1AAoJEJxRmnfYMAu7LfwH/j3MsyebaWS9Au6JKnW+3fcW
|
|
5
|
-
jtuLgHQtsdjEwRVhBiGQPTh8DOVqX6hH4Hco9DX5AeaZpEvieu0SqyKXtW1cGbxa
|
|
6
|
-
GaXpNx5HAiHHyGgBgUflX1vlhpvbD5H2Tvk+ibSIHBuUkh8ZxEYf+e8/FgYisMR5
|
|
7
|
-
K5NSw1AzXDxMwz73j0aCDrTdzGxIUcTmSUYD7ozRG4ml6cccG3LYpTEv9pK14smk
|
|
8
|
-
rsYO9bXW67Srn3TktOSqz3i9Cc93qw1ZPLPNhgF3xBTAPC5IIsKZ+gSAIUHUlDDD
|
|
9
|
-
GlxCZitb6hh37Pe/5ZTfk32UjLRrK/8H1L+gJeZQbCsxnX9IYLDFgNv9f2Jhgpo=
|
|
10
|
-
=0f/w
|
|
11
|
-
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.68
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJjrIr1AAoJEJxRmnfYMAu7ToQH/Anyo0MAvBLM8/vDtPdGJ2IA
|
|
5
|
-
aAiaj9qHrLdet+PS4FxZV9UXMR5P+lJHSc1uooUidIyHg6NMPPJ+cSNNBwYMYSW3
|
|
6
|
-
URaL1O5S1DrVxRQr6ZZjb3KAX8blSDOTqkjhfc1YVFYlL7GIIY0Wh/TtnG2tb/SW
|
|
7
|
-
+noVgii5FOMevwRv6mR2wlgFOxoveTInX7b/xfDdo82jt+RdVg0OIFl6oLLzby6n
|
|
8
|
-
OVh3Jy4NwksjHZFr22XwMlPV8dGy0VyIHgl1C7XvBzUUrItZoEWyRkKCsjS3Q3Aj
|
|
9
|
-
GPeJqFI1LnPSI4scn2ByBbSD6yo6P0CIDk5RclamTvEBPRls/2SImMTrN71eRrc=
|
|
10
|
-
=xepR
|
|
11
|
-
-----END PGP SIGNATURE-----
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.68
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJjrIr1AAoJEJxRmnfYMAu7DP0H/3DYgppPSxVr2gJFpJN1CcL1
|
|
5
|
-
NL1HGeYviIF5prslh/vr14iW+PNypMRAPamLUDuooV16Hvq6aJfWzMpiYQAOTlla
|
|
6
|
-
4wErzQztmYW2QC4kDIAMqZps1wvNgl0IsSFfNOqdPge38lzQXRct3RKsaPRa5nUW
|
|
7
|
-
X735dxNsEa6he6fz+6T1T8DQe9FuoH5NRN5KqyByTOJSsG1SMcZR6wVY/5K4HwYA
|
|
8
|
-
nlm+0yEnLzc96bJMUsLfIaIADtBNF4SmARQE7wLO5QoMK/yxrTs1hBdgQ6ud1oEO
|
|
9
|
-
Tq77x84jmEmkS6rvZTZw3awj+JZJ1eY28jgQt7gsrP4EHd063IaOt3TQcKd+mJQ=
|
|
10
|
-
=CCHx
|
|
11
|
-
-----END PGP SIGNATURE-----
|