Commit Graph

1827 Commits

Author SHA1 Message Date
Mario Rodas
73415450c9 tflint: 0.38.1 -> 0.39.0
https://github.com/terraform-linters/tflint/releases/tag/v0.39.0
2022-07-28 04:20:00 +00:00
Sebastián Mancilla
47f0f32de5 cppcheck: use recommended build options
From the readme:

> The recommended release build is:
>     make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes
>
> Flags:
> MATCHCOMPILER=yes               : Python is used to optimise cppcheck at compile time
> FILESDIR=/usr/share/cppcheck    : Specify folder where cppcheck files are installed
> HAVE_RULES=yes                  : Enable rules (pcre is required if this is used)

This adds MATCHCOMPILER and fixes the location of FILESDIR into a
standard directory instead of that ugly '$out/cfg' directory.

The Makefile needs 'which' to locate Python.
2022-07-17 15:52:26 +02:00
Mario Rodas
173333b1a0
Merge pull request #180813 from r-ryantm/auto-update/cppcheck
cppcheck: 2.8 -> 2.8.1
2022-07-16 11:16:24 -05:00
Mario Rodas
1182fa2339 cppcheck: 2.8.1 -> 2.8.2 2022-07-16 04:20:00 +00:00
Vincent Laporte
2c9984a471 framac: 24.0 (Chromium) → 25.0 (Manganese) 2022-07-13 00:18:06 +02:00
Rick van Schijndel
993d4345a7
Merge pull request #180922 from smancill/dotenv-linter-darwin
dotenv-linter: fix build on darwin
2022-07-10 20:08:17 +02:00
Sebastián Mancilla
f170b3aebc coan: fix build on darwin
The configure script was failing because the `-std=c++11` flag was used
when trying to compile C.

Set the flag with CXXFLAGS instead.
2022-07-10 00:04:01 -04:00
Sebastián Mancilla
bc776c4d36 dotenv-linter: fix build on darwin
Add missing Security framework as input.
2022-07-09 23:43:55 -04:00
R. Ryantm
88fe25c28d cppcheck: 2.8 -> 2.8.1 2022-07-09 06:20:05 +00:00
Fabian Affolter
38720fc8e1 tfsec: 1.26.2 -> 1.26.3 2022-07-07 23:38:06 +02:00
R. Ryantm
3943a16b8b checkstyle: 10.3 -> 10.3.1 2022-07-07 06:53:14 +00:00
Fabian Affolter
8508c78502 tfsec: 1.26.0 -> 1.26.2 2022-07-07 00:26:19 +02:00
7c6f434c
5d97173d9d
Merge pull request #179362 from Mic92/cutter
cutter: 2.0.5 -> 2.1.0
2022-07-01 16:52:07 +00:00
Fabian Affolter
6c8432f346 checkov: 2.1.16 -> 2.1.20 2022-06-30 14:13:35 +02:00
Mario Rodas
e7a4d3d800
Merge pull request #179475 from SuperSandro2000/actionlint
actionlint: 1.6.14 -> 1.6.15
2022-06-29 11:25:55 -05:00
Fabian Affolter
67512d036d checkov: 2.1.10 -> 2.1.16 2022-06-29 09:17:51 +02:00
Sandro Jäckel
e13c5a711c
actionlint: 1.6.14 -> 1.6.15 2022-06-28 21:21:00 +02:00
Fabian Affolter
a0288f878a
Merge pull request #179369 from fabaff/checkov-bump
checkov: 2.1.9 -> 2.1.10
2022-06-28 09:05:46 +02:00
Martin Weinelt
62b05d9742 Merge remote-tracking branch 'origin/master' into staging-next 2022-06-27 23:50:37 +02:00
Fabian Affolter
db03cac571 checkov: 2.1.9 -> 2.1.10 2022-06-27 21:38:13 +02:00
Jörg Thalheim
236877bbaa cutter: 2.0.5 -> 2.1.0 2022-06-27 20:47:17 +02:00
Jörg Thalheim
537dc78c73 rizin: 0.3.4 -> 0.4.0 2022-06-27 20:43:50 +02:00
Fabian Affolter
7c7dd20508 checkov: 2.1.7 -> 2.1.9 2022-06-27 08:58:23 +02:00
Fabian Affolter
475a78ca1d checkov: 2.1.5 -> 2.1.7 2022-06-27 08:55:53 +02:00
github-actions[bot]
fc87d5f80d
Merge master into staging-next 2022-06-26 18:01:24 +00:00
github-actions[bot]
900f6d92f1
Merge master into staging-next 2022-06-25 18:01:04 +00:00
Bobby Rong
9a4bc54ef4
Merge pull request #176322 from r-ryantm/auto-update/cvehound
cvehound: 1.0.9 -> 1.1.0
2022-06-25 23:50:42 +08:00
github-actions[bot]
62b079eb5d
Merge master into staging-next 2022-06-25 12:01:16 +00:00
Pascal Wittmann
5ac9ac85ea
Merge pull request #178941 from r-ryantm/auto-update/checkstyle
checkstyle: 10.2 -> 10.3
2022-06-25 08:55:09 +02:00
R. Ryantm
1beab1d36e checkstyle: 10.2 -> 10.3 2022-06-25 06:07:09 +00:00
github-actions[bot]
ae24e28a98
Merge master into staging-next 2022-06-25 06:01:17 +00:00
Mario Rodas
d4c725fee8 actionlint: 1.6.13 -> 1.6.14
https://github.com/rhysd/actionlint/releases/tag/v1.6.14
2022-06-25 04:20:00 +00:00
github-actions[bot]
def2d62aea
Merge master into staging-next 2022-06-24 12:01:49 +00:00
Mario Rodas
7de33fa1fa tflint: 0.37.0 -> 0.38.1
https://github.com/terraform-linters/tflint/releases/tag/v0.38.1
2022-06-24 04:20:00 +00:00
Fabian Affolter
710f660665 checkov: 2.1.4 -> 2.1.5 2022-06-23 23:40:21 +02:00
github-actions[bot]
4f79f81d47
Merge master into staging-next 2022-06-23 18:01:15 +00:00
Bernardo Meurer
918d9e32e7
Merge pull request #178659 from jiegec/radare2
radare2: 5.6.8 -> 5.7.2
2022-06-23 12:02:09 -04:00
Fabian Affolter
4626094be3 checkov: 2.0.1226 -> 2.1.4 2022-06-23 13:48:38 +02:00
github-actions[bot]
e78a0f5cfd
Merge staging-next into staging 2022-06-23 06:01:52 +00:00
Jiajie Chen
6cd5486acc radare2: unbreak on Darwin 2022-06-23 09:36:35 +08:00
Jiajie Chen
32f04f79d6 radare2: 5.6.8 -> 5.7.2
https://github.com/radareorg/radare2/releases/tag/5.7.2
2022-06-23 09:21:25 +08:00
github-actions[bot]
2d797ca635
Merge staging-next into staging 2022-06-22 12:02:03 +00:00
Fabian Affolter
23983371b1 checkov: 2.0.1223 -> 2.0.1226 2022-06-21 23:33:51 +02:00
github-actions[bot]
3746a49dcc
Merge staging-next into staging 2022-06-21 00:02:48 +00:00
Fabian Affolter
fe7d986b71 checkov: 2.0.1218 -> 2.0.1223 2022-06-20 16:12:34 +02:00
github-actions[bot]
8ac32ac4de
Merge staging-next into staging 2022-06-17 12:01:56 +00:00
github-actions[bot]
f6b0f94b9e
Merge master into staging-next 2022-06-17 12:01:21 +00:00
Fabian Affolter
98ec088460
Merge pull request #177933 from fabaff/checkov-bump
checkov: 2.0.1217 -> 2.0.1218
2022-06-17 10:02:03 +02:00
github-actions[bot]
5e3a16c8af
Merge staging-next into staging 2022-06-17 06:01:47 +00:00
github-actions[bot]
c2c4d2b8fa
Merge master into staging-next 2022-06-17 06:01:10 +00:00