Commit graph

2916 commits

Author SHA1 Message Date
github-actions[bot]
238d78ab46
Updating action.yml with new release version (#1594)
Co-authored-by: SuperLinter Automation <super_linter_automation@github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-25 15:06:24 -05:00
github-actions[bot]
6c34861d11
Updating action.yml with new release version (#1591)
Co-authored-by: SuperLinter Automation <super_linter_automation@github.com>
2021-05-25 15:05:54 -05:00
Lukas Gravley
0e740f3490
split it up (#1592) 2021-05-25 14:07:27 -05:00
Lukas Gravley
c0a3b959cf
bump version (#1588)
* bump version

* cleanup
2021-05-25 12:03:41 -05:00
Lukas Gravley
83badbc49c
Image 4.0 (#1565)
* adding new one...

* adding automation

* linter

* pull apart for faster builds

* maybe

* update automation

* fix that

* prime is smart

* fixed it

* quotes

* fix build image

* inpec

* typo

* forgot backslash

* fixed hairbrain logic

* this should help cleanup

* i hate r

* order

* maybe fix r

* maybe fix r

* update readme

* remove spaces

* update
2021-05-25 10:14:43 -05:00
Michael Zimmermann
866b5af051
fix gcc LTO (#1562)
I discovered this when trying to run clippy on a crate where a dependency
(In my case clippy) has LTO enabled.
/usr/lib only has a symlink to to lto plugin which resides in /usr/libexec:
https://pkgs.alpinelinux.org/contents?file=liblto_plugin.so&path=&name=gcc&branch=v3.13&repo=main&arch=x86_64

Previously, compilation failed with the following message:
  = note: cc: fatal error: '-fuse-linker-plugin', but liblto_plugin.so not found
          compilation terminated.

Co-authored-by: Michael Zimmermann <michael.zimmermann@grandcentrix.net>
2021-05-19 13:03:59 -05:00
dependabot[bot]
49eba1b541
Bump golangci/golangci-lint from v1.40.0 to v1.40.1 (#1561)
Bumps golangci/golangci-lint from v1.40.0 to v1.40.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 11:57:30 -05:00
Lukas Gravley
1306e3d5fb
fix the string to one liner (#1557) 2021-05-12 13:01:30 -05:00
github-actions[bot]
34b2f8032d
Updating action.yml with new release version (#1556)
Co-authored-by: SuperLinter Automation <super_linter_automation@github.com>
2021-05-12 10:16:20 -05:00
DanEmord
3dc85fc3bc
Allow ansible-lint with git diffs (#1554)
* Allow ansible-lint with git diffs

super-linter checks the path of the file in lib/functions/detectFiles.sh to determine whether the file is an ansible playbook. When VALIDATE_ALL_CODEBASE=true, a list of absolute paths is generated which matches the expected path but when VALIDATE_ALL_CODEBASE=false, a list of relative paths is generated so no files are "detected" as ansible playbooks. This change outputs everything as an absolute path so diffs will also work.

* fix quotes

* Include eval to interpret pipe in cmd substitution

* more quotes

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-05-12 09:59:31 -05:00
dependabot[bot]
5a91fddf5d
Bump docker/login-action from 1 to 1.9.0 (#1547)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 14:07:42 -05:00
dependabot[bot]
fffb57317e
Bump docker/build-push-action from 2 to 2.4.0 (#1548)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 14:07:33 -05:00
dependabot[bot]
1fbefb8e9d
Bump docker/setup-buildx-action from 1 to 1.3.0 (#1546)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 1.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 14:07:22 -05:00
Lukas Gravley
b6bd7d1673
Update dependabot.yml (#1544) 2021-05-11 12:18:41 -05:00
Lukas Gravley
3e0bd7fff4
Eslint for json jsonc and json5 (#1524)
* adding it

* fix typo

* fix tests

* adding back jsonlint

* adding back jsonlint

* fix spacing

* found the typo

* add tests

* adding rules for json

* add to local
2021-05-11 10:54:58 -05:00
dependabot[bot]
d69b94a9a1
Bump @typescript-eslint/parser from 4.22.1 to 4.23.0 in /dependencies (#1538)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.1 to 4.23.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.23.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 08:45:28 -05:00
dependabot[bot]
2a61a3477c
Bump accurics/terrascan from 1.5.1 to 1.6.0 (#1539)
Bumps accurics/terrascan from 1.5.1 to 1.6.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 08:44:23 -05:00
dependabot[bot]
fcad692279
Bump golangci/golangci-lint from v1.39.0 to v1.40.0 (#1540)
Bumps golangci/golangci-lint from v1.39.0 to v1.40.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 08:44:09 -05:00
dependabot[bot]
e23ed61f40
Bump @typescript-eslint/eslint-plugin in /dependencies (#1541)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.22.1 to 4.23.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.23.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 08:43:54 -05:00
dependabot[bot]
598bbf9f79
Bump cfn-lint from 0.49.0 to 0.49.1 in /dependencies (#1542)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.49.0 to 0.49.1.
- [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-python-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws-cloudformation/cfn-python-lint/compare/v0.49.0...v0.49.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 08:43:43 -05:00
dependabot[bot]
46ebee8802
Bump @coffeelint/cli from 5.0.0 to 5.0.1 in /dependencies (#1528)
Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/coffeelint/coffeelint/releases)
- [Changelog](https://github.com/coffeelint/coffeelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coffeelint/coffeelint/compare/v5.0.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 10:57:15 -05:00
dependabot[bot]
6578e2d073
Bump prettier from 2.2.1 to 2.3.0 in /dependencies (#1532)
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-10 10:28:29 -05:00
dependabot[bot]
b7dd8d2cd0
Bump sql-lint from 0.0.16 to 0.0.17 in /dependencies (#1533)
Bumps [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/joereynolds/sql-lint/releases)
- [Commits](https://github.com/joereynolds/sql-lint/compare/v0.0.16...v0.0.17)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-10 10:28:19 -05:00
dependabot[bot]
6fe3142569
Bump flake8 from 3.9.1 to 3.9.2 in /dependencies (#1535)
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.1...3.9.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-10 10:28:03 -05:00
dependabot[bot]
4ee4b32069
Bump wata727/tflint from 0.28.0 to 0.28.1 (#1525)
Bumps wata727/tflint from 0.28.0 to 0.28.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-10 10:27:50 -05:00
dependabot[bot]
974c54da20
Bump eslint from 7.25.0 to 7.26.0 in /dependencies (#1534)
Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.26.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.25.0...v7.26.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-10 10:26:08 -05:00
dependabot[bot]
fb71c8f07a
Bump alpine/terragrunt from 0.15.0 to 0.15.3 (#1531)
Bumps alpine/terragrunt from 0.15.0 to 0.15.3.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-10 10:25:55 -05:00
Lukas Gravley
5d96acadf1
remove more dead weight (#1530)
* remove more dead weight

* more cleaner

* falling into place

* tie dotnet to version

* new low
2021-05-10 09:58:30 -05:00
Lukas Gravley
5e0c0340f4
add body (#1523) 2021-05-05 08:55:28 -05:00
dependabot[bot]
c225079903
Bump @coffeelint/cli from 4.1.5 to 5.0.0 in /dependencies (#1522)
Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.1.5 to 5.0.0.
- [Release notes](https://github.com/coffeelint/coffeelint/releases)
- [Changelog](https://github.com/coffeelint/coffeelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coffeelint/coffeelint/compare/v4.1.5...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-05 08:23:06 -05:00
dependabot[bot]
02828b0757
Bump @typescript-eslint/eslint-plugin in /dependencies (#1521)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.22.0 to 4.22.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.1/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-05-05 08:22:30 -05:00
dependabot[bot]
a9ca8b23c6
Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 in /dependencies (#1520)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.0 to 4.22.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.1/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 08:21:48 -05:00
github-actions[bot]
9fbfce4609
Updating action.yml with new release version (#1518)
Co-authored-by: SuperLinter Automation <super_linter_automation@github.com>
2021-05-05 08:19:51 -05:00
Lukas Gravley
5d2ea81f00
Cpp (#1492)
* adding cpp

* adding cpp

* tests

* make test better

* fix test
2021-05-04 13:24:41 -05:00
Lukas Gravley
1a00fc3790
adding fixes (#1516)
* adding fixes

* happy

* happy

* fix local files

* fix spacing

* i hate space

* spacing pt3 the space wars

* further down the bunny trail
2021-05-04 11:33:21 -05:00
dependabot[bot]
d7894a51ec
Bump @coffeelint/cli from 4.1.4 to 4.1.5 in /dependencies (#1514)
Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/coffeelint/coffeelint/releases)
- [Changelog](https://github.com/coffeelint/coffeelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coffeelint/coffeelint/compare/v4.1.4...v4.1.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 09:28:50 -05:00
dependabot[bot]
e0b8b12556
Bump ansible-lint from 5.0.7 to 5.0.8 in /dependencies (#1515)
Bumps [ansible-lint](https://github.com/ansible-community/ansible-lint) from 5.0.7 to 5.0.8.
- [Release notes](https://github.com/ansible-community/ansible-lint/releases)
- [Commits](https://github.com/ansible-community/ansible-lint/compare/v5.0.7...v5.0.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 09:28:40 -05:00
github-actions[bot]
ddd818393f
Updating action.yml with new release version (#1512)
Co-authored-by: SuperLinter Automation <super_linter_automation@github.com>
2021-05-03 16:45:14 -05:00
Lukas Gravley
72cbbfc4e5
Inspec additional Tests (#1497)
* adding tests

* adding more

* cleanup vars

* dumb

* dumb

* fix r lib

* adding test

* quotes

* quotes

* more test

* adding brackets

* typos

* dumb

* slashes
2021-05-03 16:30:02 -05:00
dependabot[bot]
1482ca9ffc
Bump stylelint from 13.13.0 to 13.13.1 in /dependencies (#1506)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.0 to 13.13.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.0...13.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 08:23:44 -05:00
dependabot[bot]
d838a98736
Bump accurics/terrascan from 1.4.0 to 1.5.1 (#1505)
Bumps accurics/terrascan from 1.4.0 to 1.5.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 08:23:34 -05:00
dependabot[bot]
2607e40749
Bump typing-extensions from 3.7.4.3 to 3.10.0.0 in /dependencies (#1507)
Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.3 to 3.10.0.0.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](https://github.com/python/typing/compare/3.7.4.3...3.10.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 08:23:20 -05:00
github-actions[bot]
e62aca608a
Updating action.yml with new release version (#1503)
Co-authored-by: SuperLinter Automation <super_linter_automation@github.com>
2021-04-30 17:27:21 -05:00
dependabot[bot]
903d730a21
Bump Actions-R-Us/actions-tagger from v2.0.1 to v2.0.2 (#1419)
Bumps [Actions-R-Us/actions-tagger](https://github.com/Actions-R-Us/actions-tagger) from v2.0.1 to v2.0.2.
- [Release notes](https://github.com/Actions-R-Us/actions-tagger/releases)
- [Commits](https://github.com/Actions-R-Us/actions-tagger/compare/v2.0.1...f411bd910a5ad370d4511517e3eac7ff887c90ea)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-04-30 17:09:49 -05:00
zhanmer
58bdaecbcc
update Terrascan to version 1.4.0 (#1422)
* update Terrascan to version 1.4.0

* fixed

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-04-30 17:09:11 -05:00
dependabot[bot]
e63d4fddae
Bump typescript from 4.2.3 to 4.2.4 in /dependencies (#1435)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 17:08:33 -05:00
dependabot[bot]
cb5739adde
Bump @typescript-eslint/eslint-plugin in /dependencies (#1449)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.19.0 to 4.22.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 17:08:13 -05:00
dependabot[bot]
d1e7a0c06b
Bump koalaman/shellcheck from v0.7.1 to v0.7.2 (#1462)
Bumps koalaman/shellcheck from v0.7.1 to v0.7.2.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 17:07:52 -05:00
dependabot[bot]
6470e178cd
Bump alpine/terragrunt from 0.14.7 to 0.15.0 (#1501)
Bumps alpine/terragrunt from 0.14.7 to 0.15.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-04-30 15:36:50 -05:00
dependabot[bot]
acc6e9a583
Bump @typescript-eslint/parser from 4.19.0 to 4.22.0 in /dependencies (#1450)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.19.0 to 4.22.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-04-30 15:34:02 -05:00