Commit graph

483 commits

Author SHA1 Message Date
dependabot[bot]
c87233322c
Bump cljkondo/clj-kondo from 2021.12.01-alpine to 2021.12.19-alpine (#2242)
Bumps cljkondo/clj-kondo from 2021.12.01-alpine to 2021.12.19-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 11:48:13 -06:00
dependabot[bot]
17f7cfe7f3
Bump alpine/terragrunt from 1.0.11 to 1.1.2 (#2243)
Bumps alpine/terragrunt from 1.0.11 to 1.1.2.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 11:48:03 -06:00
Marco Ferrari
da61f6135a
Reduce duplication using a single Dockerfile (#2178)
* Reduce duplication using a single Dockerfile

* Remove slim Dockerfile

* Update PROD and RELEASE workflows

* Fix apk package installing

* Force link creation

* Don't check if the versions file exist

* Fix BUILD_DATE

* Fix BUILD_DATE

* Fix BUILD_DATE

* Fix BUILD_DATE
2021-12-10 10:15:12 -06:00
dependabot[bot]
de35dfbf5a
Bump zricethezav/gitleaks from v7.6.1 to v8.0.4 (#2188)
* Bump zricethezav/gitleaks from v7.6.1 to v8.0.4

Bumps zricethezav/gitleaks from v7.6.1 to v8.0.4.

---
updated-dependencies:
- dependency-name: zricethezav/gitleaks
  dependency-type: direct:production
...

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

* fixing command for after 8.x

* better regex

* better verbose

* remove file

* fixed logic

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-12-08 14:28:11 -06:00
dependabot[bot]
b94d7028e0
Bump scalameta/scalafmt from v3.1.2 to v3.2.1 (#2206)
* Bump scalameta/scalafmt from v3.1.2 to v3.2.1

Bumps scalameta/scalafmt from v3.1.2 to v3.2.1.

---
updated-dependencies:
- dependency-name: scalameta/scalafmt
  dependency-type: direct:production
...

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

* update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-12-08 11:35:29 -06:00
Marco Ferrari
ee99da290b
Uninstall Dockerfilelint (#2195)
* Uninstall Dockerfilelint

* remove dockerfilelint packages

* trying ca-certs

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-12-08 09:53:05 -06:00
dependabot[bot]
6d947faec3
Bump alpine from 3.14.3 to 3.15.0 (#2187)
Bumps alpine from 3.14.3 to 3.15.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-12-08 09:52:54 -06:00
dependabot[bot]
d0972d9468
Bump terraform-linters/tflint-bundle from v0.33.1 to v0.33.2.0 (#2216)
Bumps terraform-linters/tflint-bundle from v0.33.1 to v0.33.2.0.

---
updated-dependencies:
- dependency-name: terraform-linters/tflint-bundle
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 09:52:44 -06:00
dependabot[bot]
e51213b0a7
Bump python from 3.10.0-alpine to 3.10.1-alpine (#2217)
Bumps python from 3.10.0-alpine to 3.10.1-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 09:52:34 -06:00
dependabot[bot]
6a59b78058
Bump cljkondo/clj-kondo from 2021.10.19-alpine to 2021.12.01-alpine (#2207)
Bumps cljkondo/clj-kondo from 2021.10.19-alpine to 2021.12.01-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-12-08 08:22:01 -06:00
Marco Ferrari
f90bf96db8
Install R directly and don't report npm-groovy-lint usage stats (#2202)
* Install R directly

* Don't install zip

* Copy etc/R

* Move back to /home/r-library

* Copy directory contents

* Copy files

* mkdir

* recursive copy

* copy -r

* Revert R etc

* Don't create etc dir

* Disable ClassNameSameAsFilename rule

* insight kills

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-12-07 12:10:26 -06:00
dependabot[bot]
c3ad7bace6
Bump mvdan/shfmt from v3.4.0 to v3.4.1 (#2189)
Bumps mvdan/shfmt from v3.4.0 to v3.4.1.

---
updated-dependencies:
- dependency-name: mvdan/shfmt
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 10:17:52 -06:00
dependabot[bot]
482ea56c13
Bump scalameta/scalafmt from v3.1.0 to v3.1.2 (#2163)
* Bump scalameta/scalafmt from v3.1.0 to v3.1.2

Bumps scalameta/scalafmt from v3.1.0 to v3.1.2.

---
updated-dependencies:
- dependency-name: scalameta/scalafmt
  dependency-type: direct:production
...

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

* Update required scala formatter version to 3.1.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
2021-11-29 09:25:56 -06:00
Lukas Gravley
162d8327e1
move to docker (#2176) 2021-11-23 14:56:57 -06:00
Paolo D'Onorio De Meo
8ad8ddc578
Update black binary to 21.11b1 (#2162)
Release reference:
https://github.com/psf/black/releases/tag/21.11b1
2021-11-18 09:32:09 -06:00
Lukas Gravley
f84b6a6d66
adding lib (#2159) 2021-11-16 09:47:23 -06:00
dependabot[bot]
1fbb07ab9d
Bump scalameta/scalafmt from v2.7.5 to v3.1.0 (#2131)
* Bump scalameta/scalafmt from v2.7.5 to v3.1.0

Bumps scalameta/scalafmt from v2.7.5 to v3.1.0.

---
updated-dependencies:
- dependency-name: scalameta/scalafmt
  dependency-type: direct:production
...

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

* fix version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-11-15 13:25:02 -06:00
Paolo D'Onorio De Meo
0d88d496bc
Update black binary to 21.10b0 (#2141)
* Bumping black to v21.10b

* fix lua

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-11-15 11:48:14 -06:00
dependabot[bot]
eca2494a0d
Bump alpine from 3.14.2 to 3.14.3 (#2132)
Bumps alpine from 3.14.2 to 3.14.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-15 10:58:21 -06:00
dependabot[bot]
957d9773c4
Bump alpine/terragrunt from 1.0.10 to 1.0.11 (#2133)
Bumps alpine/terragrunt from 1.0.10 to 1.0.11.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-15 10:58:11 -06:00
Jake Herbst
897185a4aa
Adding scalafmt (#2053)
* Adding scalafmt

* add it

Co-authored-by: Jake Herbst <jherbst@rsglab.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-11-10 12:28:50 -06:00
dependabot[bot]
1d50613c10
Bump python from 3.9.7-alpine to 3.10.0-alpine (#2039)
Bumps python from 3.9.7-alpine to 3.10.0-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 11:53:41 -06:00
dependabot[bot]
06d8085528
Bump cljkondo/clj-kondo from 2021.09.25-alpine to 2021.10.19-alpine (#2070)
Bumps cljkondo/clj-kondo from 2021.09.25-alpine to 2021.10.19-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 09:17:33 -06:00
dependabot[bot]
acaff67fbc
Bump golangci/golangci-lint from v1.42.1 to v1.43.0 (#2097)
Bumps golangci/golangci-lint from v1.42.1 to v1.43.0.

---
updated-dependencies:
- dependency-name: golangci/golangci-lint
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 17:12:14 -06:00
dependabot[bot]
4b37878d61
Bump koalaman/shellcheck from v0.7.2 to v0.8.0 (#2098)
Bumps koalaman/shellcheck from v0.7.2 to v0.8.0.

---
updated-dependencies:
- dependency-name: koalaman/shellcheck
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 17:11:29 -06:00
dependabot[bot]
2fd957cdfb
Bump accurics/terrascan from 1.10.0 to 1.12.0 (#2069)
Bumps accurics/terrascan from 1.10.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: accurics/terrascan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 17:11:17 -06:00
dependabot[bot]
0a2992fc92
Bump alpine/terragrunt from 1.0.8 to 1.0.10 (#2083)
Bumps alpine/terragrunt from 1.0.8 to 1.0.10.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 16:06:29 -06:00
dependabot[bot]
1d613d7843
Bump terraform-linters/tflint-bundle from v0.32.1 to v0.33.1 (#2099)
Bumps terraform-linters/tflint-bundle from v0.32.1 to v0.33.1.

---
updated-dependencies:
- dependency-name: terraform-linters/tflint-bundle
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 16:04:54 -06:00
dependabot[bot]
48cd7d443b
Bump yoheimuta/protolint from v0.35.1 to v0.35.2 (#2100)
Bumps yoheimuta/protolint from v0.35.1 to v0.35.2.

---
updated-dependencies:
- dependency-name: yoheimuta/protolint
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 16:04:44 -06:00
Brett Logan
47bd074778
Update Deps (#2107)
* Fix rakudo

* Update deps

* wants percent

* fix style

* somehow we got a space

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-11-09 14:35:36 -06:00
dependabot[bot]
f106f75f20
Bump alpine/terragrunt from 1.0.7 to 1.0.8 (#2028)
Bumps alpine/terragrunt from 1.0.7 to 1.0.8.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-04 13:17:34 -05:00
dependabot[bot]
5611edf5df
Bump npm-groovy-lint from 8.2.0 to 9.0.0 in /dependencies (#2013)
* Bump npm-groovy-lint from 8.2.0 to 9.0.0 in /dependencies

Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases)
- [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nvuillam/npm-groovy-lint/compare/v8.2.0...v9.0.0)

---
updated-dependencies:
- dependency-name: npm-groovy-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Update Dockerfile

* Update Dockerfile-slim

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-10-04 11:31:53 -05:00
Peter Dave Hello
572f93466a
Simplify GitLeaks install process (#2023) 2021-10-04 09:09:48 -05:00
Peter Dave Hello
71bdd6fe59
Update shfmt from v3.3.1 to v3.4.0 (#2022) 2021-10-04 09:07:45 -05:00
Lukas Gravley
81422f3c47
update clang-format (#2007)
* update code

* fixed

* its the v

* hide cache

* it was an org setting lol

* remove from slim

* bump test
2021-09-29 13:12:40 -05:00
guotongfei
1afc7f8409
Enhancement: Add support for google-java-format (#1969)
* Add support for google-java-format

* adding tests and array

* fix comma

* Update linter.sh

* get it in order

* fix hava version

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-09-28 17:09:21 -05:00
dependabot[bot]
4cd0893afc
Bump cljkondo/clj-kondo from 2021.09.15-alpine to 2021.09.25-alpine (#1997)
Bumps cljkondo/clj-kondo from 2021.09.15-alpine to 2021.09.25-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
...

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-09-28 08:34:38 -05:00
dependabot[bot]
fac14701aa
Bump yoheimuta/protolint from v0.34.1 to v0.35.1 (#1995)
Bumps yoheimuta/protolint from v0.34.1 to v0.35.1.

---
updated-dependencies:
- dependency-name: yoheimuta/protolint
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 16:16:40 -05:00
Masaya Suzuki
0e1a1e50d6
Add Gitleaks for secret scanning (#1951)
* Add actionlint

* adding gitleaks

* rm secretlint

* Update .gitleaks.toml

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-09-27 09:32:18 -05:00
dependabot[bot]
2535c30ab8
Bump cljkondo/clj-kondo from 2021.08.06-alpine to 2021.09.15-alpine (#1972)
Bumps cljkondo/clj-kondo from 2021.08.06-alpine to 2021.09.15-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 09:03:57 -05:00
dependabot[bot]
dfd1224b99
Bump alpine/terragrunt from 1.0.6 to 1.0.7 (#1971)
Bumps alpine/terragrunt from 1.0.6 to 1.0.7.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-20 14:23:34 -05:00
dependabot[bot]
5b74e48571
Bump yoheimuta/protolint from v0.32.0 to v0.34.1 (#1970)
Bumps yoheimuta/protolint from v0.32.0 to v0.34.1.

---
updated-dependencies:
- dependency-name: yoheimuta/protolint
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-20 14:23:20 -05:00
dependabot[bot]
f7e8a49399
Bump golangci/golangci-lint from v1.42.0 to v1.42.1 (#1958)
Bumps golangci/golangci-lint from v1.42.0 to v1.42.1.

---
updated-dependencies:
- dependency-name: golangci/golangci-lint
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-14 13:42:43 -05:00
dependabot[bot]
c0e940c257
Bump terraform-linters/tflint-bundle from v0.31.0 to v0.32.1 (#1959)
Bumps terraform-linters/tflint-bundle from v0.31.0 to v0.32.1.

---
updated-dependencies:
- dependency-name: terraform-linters/tflint-bundle
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-14 13:42:33 -05:00
Jameel Al-Aziz
0c13701087
Update black binary to 21.9b0 (#1909)
[Release Notes](https://github.com/psf/black/releases/tag/21.9b0)
2021-09-14 08:28:14 -05:00
Lukas Gravley
a3cce70fa3
adding composer code (#1950)
* adding composer code

* making it better

* adding composer bin

* adding some logic

* make shellfmt happy
2021-09-10 09:43:20 -05:00
dependabot[bot]
121999d43d
Bump alpine/terragrunt from 1.0.5 to 1.0.6 (#1925)
Bumps alpine/terragrunt from 1.0.5 to 1.0.6.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-07 12:16:24 -05:00
dependabot[bot]
c2e9860dfd
Bump python from 3.9.6-alpine to 3.9.7-alpine (#1927)
Bumps python from 3.9.6-alpine to 3.9.7-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-07 12:16:04 -05:00
dependabot[bot]
9896c4b654
Bump dotenvlinter/dotenv-linter from 3.1.0 to 3.1.1 (#1901)
Bumps dotenvlinter/dotenv-linter from 3.1.0 to 3.1.1.

---
updated-dependencies:
- dependency-name: dotenvlinter/dotenv-linter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 09:49:10 -05:00
dependabot[bot]
a91d8696c5
Bump accurics/terrascan from 1.9.0 to 1.10.0 (#1902)
Bumps accurics/terrascan from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: accurics/terrascan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 09:49:00 -05:00
dependabot[bot]
37198a2453
Bump alpine from 3.14.1 to 3.14.2 (#1903)
Bumps alpine from 3.14.1 to 3.14.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 09:48:49 -05:00
dependabot[bot]
ecd314a65b
Bump alpine/terragrunt from 1.0.4 to 1.0.5 (#1876)
Bumps alpine/terragrunt from 1.0.4 to 1.0.5.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24 11:17:41 -05:00
dependabot[bot]
fb955df808
Bump golangci/golangci-lint from v1.41.1 to v1.42.0 (#1877)
Bumps golangci/golangci-lint from v1.41.1 to v1.42.0.

---
updated-dependencies:
- dependency-name: golangci/golangci-lint
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24 11:17:31 -05:00
dependabot[bot]
86d514f3b3
Bump codacy/codacy-coverage-reporter-action from 1.0.1 to 1.1 (#1864)
* Bump codacy/codacy-coverage-reporter-action from 1.0.1 to 1.1

Bumps [codacy/codacy-coverage-reporter-action](https://github.com/codacy/codacy-coverage-reporter-action) from 1.0.1 to 1.1.
- [Release notes](https://github.com/codacy/codacy-coverage-reporter-action/releases)
- [Commits](https://github.com/codacy/codacy-coverage-reporter-action/compare/1.0.1...v1.1)

---
updated-dependencies:
- dependency-name: codacy/codacy-coverage-reporter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update Dockerfile

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-08-16 11:05:24 -05:00
Lukas Gravley
b803f846b9
remove super-linter user due to permissions (#1870) 2021-08-16 10:28:00 -05:00
Sander Maijers
7813f41047
Use unprivileged user by default (#1862)
* Use unprivileged user by default

* fix order

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-08-16 09:19:30 -05:00
Jameel Al-Aziz
c18d840c41
Fix black binary download (#1837)
* Fix black binary download

* Fix wget output option (uppercase `-O`)
* Overwrtie the version of `black` installed by pip as it comes first in
  PATH

* Add glibc-compatible zlib to docker images

This is neded for black and potentially other glibc-compiled binaries to
work properly.

Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-08-09 09:36:32 -05:00
dependabot[bot]
11d197c62f
Bump alpine/terragrunt from 1.0.3 to 1.0.4 (#1842)
Bumps alpine/terragrunt from 1.0.3 to 1.0.4.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 08:50:05 -05:00
dependabot[bot]
d8a1b023b8
Bump accurics/terrascan from 1.8.1 to 1.9.0 (#1843)
Bumps accurics/terrascan from 1.8.1 to 1.9.0.

---
updated-dependencies:
- dependency-name: accurics/terrascan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 08:48:52 -05:00
dependabot[bot]
6c3f1461e5
Bump terraform-linters/tflint-bundle from v0.30.0 to v0.31.0 (#1844)
Bumps terraform-linters/tflint-bundle from v0.30.0 to v0.31.0.

---
updated-dependencies:
- dependency-name: terraform-linters/tflint-bundle
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 08:48:44 -05:00
dependabot[bot]
38143d61d0
Bump cljkondo/clj-kondo from 2021.07.28-alpine to 2021.08.06-alpine (#1845)
Bumps cljkondo/clj-kondo from 2021.07.28-alpine to 2021.08.06-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 08:48:35 -05:00
dependabot[bot]
a31890769e
Bump alpine from 3.14.0 to 3.14.1 (#1847)
Bumps alpine from 3.14.0 to 3.14.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-09 08:48:14 -05:00
Lukas Gravley
bf458bc7df
move black back to pip (#1838)
* move black back to pip

* fix slash
2021-08-06 21:39:40 -05:00
Lukas Gravley
f0406f5116
adding black binary (#1830) 2021-08-03 14:52:28 -05:00
dependabot[bot]
6d194b460b
Bump mvdan/shfmt from v3.3.0 to v3.3.1 (#1813)
Bumps mvdan/shfmt from v3.3.0 to v3.3.1.

---
updated-dependencies:
- dependency-name: mvdan/shfmt
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 15:19:43 -05:00
dependabot[bot]
6feec178ef
Bump cljkondo/clj-kondo from 2021.06.18-alpine to 2021.07.28-alpine (#1814)
Bumps cljkondo/clj-kondo from 2021.06.18-alpine to 2021.07.28-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 14:35:10 -05:00
dependabot[bot]
067dde749b
Bump pylint from 2.9.0 to 2.9.5 in /dependencies (#1806)
* Bump pylint from 2.9.0 to 2.9.5 in /dependencies

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.0 to 2.9.5.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.0...v2.9.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* adding lib

* fixed?

* removetest

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-07-26 12:45:46 -05:00
Kazuma Watanabe
1e55879c67
Copy TFLint plugins to the final stage (#1798) 2021-07-26 08:56:17 -05:00
dependabot[bot]
e43194107a
Bump accurics/terrascan from 1.8.0 to 1.8.1 (#1800)
Bumps accurics/terrascan from 1.8.0 to 1.8.1.

---
updated-dependencies:
- dependency-name: accurics/terrascan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-26 08:55:46 -05:00
dependabot[bot]
93fd6491b3
Bump alpine/terragrunt from 1.0.1 to 1.0.3 (#1801)
Bumps alpine/terragrunt from 1.0.1 to 1.0.3.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-26 08:55:37 -05:00
Kazuma Watanabe
4bdbf17c19
Switch from wata727/tflint to ghcr.io/terraform-linters/tflint-bundle (#1777) 2021-07-19 09:32:21 -05:00
Lukas Gravley
ab24b82199
Adding actionlint (#1775)
* Adding action lint

* adding tests

* adding tests

* Update Dockerfile

Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>

* cleanup name

* fix test

* typo

* fix file name

* fix our own errors

* more cleanup

* angry

* make it happy

* stop double jobs

Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
2021-07-19 09:28:49 -05:00
Stepan Koltsov
44e69ba2ff
Minor clang-format linter cleanup (#1764)
Follow-up to #1762
2021-07-14 16:05:37 -07:00
Lukas Gravley
1481793072
adding clang (#1762)
* adding clang

* fix hado

* adding files

* fixing naming

* fixing test

* fixing space

* removing config file

* fix tests

* fix tests

* fix file array
2021-07-14 14:43:10 -05:00
dependabot[bot]
ef3dfcebfb
Bump python from 3.9-alpine to 3.9.6-alpine (#1725)
Bumps python from 3.9-alpine to 3.9.6-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 15:08:50 -05:00
dependabot[bot]
55e4dffc28
Bump accurics/terrascan from 1.7.0 to 1.8.0 (#1726)
Bumps accurics/terrascan from 1.7.0 to 1.8.0.

---
updated-dependencies:
- dependency-name: accurics/terrascan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 14:09:53 -05:00
dependabot[bot]
eebaee3142
Bump mypy from 0.812 to 0.910 in /dependencies (#1717)
* Bump mypy from 0.812 to 0.910 in /dependencies

Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.910.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.812...v0.910)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* adding more

* adding g++

* force it down

* force it down

* force it down

* somehow uppercase?

* remove the force

* remove the force

* fix npm errors

* add lib

* fix r

* make r happy

* put it back

* make r kinda happy

* make r kinda happy

* try better

* push version

* diff landing

* add the test back

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-07-12 13:33:18 -05:00
dependabot[bot]
d78ba3ed02
Bump alpine/terragrunt from 1.0.0 to 1.0.1 (#1713)
Bumps alpine/terragrunt from 1.0.0 to 1.0.1.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-28 13:51:09 -05:00
dependabot[bot]
2b6a17c3f8
Bump golangci/golangci-lint from v1.40.1 to v1.41.1 (#1679)
Bumps golangci/golangci-lint from v1.40.1 to v1.41.1.

---
updated-dependencies:
- dependency-name: golangci/golangci-lint
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 10:55:54 -05:00
Ali mazloum
3f20ea4966
Bump cljkondo/clj-kondo from 2021.06.01-alpine to 2021.06.18-alpine (#1688)
Bumps cljkondo/clj-kondo from 2021.06.01-alpine to 2021.06.18-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
...

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-06-24 10:54:11 -05:00
Lukas Gravley
46f72b56e8
Use GitHub Action cache (#1687)
* maybe

* buildx

* fix order

* make phar happy

* have to use run

* slashes

* commands are hard

* adding info

* try load and push

* only push

* only load

* better way

* cleanup
2021-06-24 10:19:42 -05:00
dependabot[bot]
9d4e23b7db
Bump alpine from 3.13.5 to 3.14.0 (#1678)
Bumps alpine from 3.13.5 to 3.14.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-21 13:19:12 -05:00
dependabot[bot]
16e0800480
Bump dotenvlinter/dotenv-linter from 3.0.0 to 3.1.0 (#1653)
Bumps dotenvlinter/dotenv-linter from 3.0.0 to 3.1.0.

---
updated-dependencies:
- dependency-name: dotenvlinter/dotenv-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14 09:34:53 -05:00
dependabot[bot]
8ebd1e21af
Bump accurics/terrascan from 1.6.0 to 1.7.0 (#1654)
Bumps accurics/terrascan from 1.6.0 to 1.7.0.

---
updated-dependencies:
- dependency-name: accurics/terrascan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14 09:34:43 -05:00
dependabot[bot]
2a9dbbedcb
Bump alpine/terragrunt from 0.15.5 to 1.0.0 (#1656)
Bumps alpine/terragrunt from 0.15.5 to 1.0.0.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14 09:34:24 -05:00
dependabot[bot]
7f73181e4c
Bump wata727/tflint from 0.29.0 to 0.29.1 (#1657)
Bumps wata727/tflint from 0.29.0 to 0.29.1.

---
updated-dependencies:
- dependency-name: wata727/tflint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14 09:26:54 -05:00
dependabot[bot]
854192844d
Bump cljkondo/clj-kondo from 2021.04.23-alpine to 2021.06.01-alpine (#1622)
Bumps cljkondo/clj-kondo from 2021.04.23-alpine to 2021.06.01-alpine.

---
updated-dependencies:
- dependency-name: cljkondo/clj-kondo
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 17:16:16 -05:00
dependabot[bot]
52e54edaa9
Bump wata727/tflint from 0.28.1 to 0.29.0 (#1623)
Bumps wata727/tflint from 0.28.1 to 0.29.0.

---
updated-dependencies:
- dependency-name: wata727/tflint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 13:58:28 -05:00
dependabot[bot]
782a606d4c
Bump yoheimuta/protolint from v0.31.0 to v0.32.0 (#1625)
Bumps yoheimuta/protolint from v0.31.0 to v0.32.0.

---
updated-dependencies:
- dependency-name: yoheimuta/protolint
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 13:57:34 -05:00
dependabot[bot]
8e88de7ed8
Bump alpine/terragrunt from 0.15.4 to 0.15.5 (#1626)
Bumps alpine/terragrunt from 0.15.4 to 0.15.5.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 13:57:23 -05:00
dependabot[bot]
7c5141d3a1
Bump alpine/terragrunt from 0.15.3 to 0.15.4 (#1571)
Bumps alpine/terragrunt from 0.15.3 to 0.15.4.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 15:39:24 -05:00
dependabot[bot]
13494fb842
Bump mvdan/shfmt from v3.2.4 to v3.3.0 (#1572)
Bumps mvdan/shfmt from v3.2.4 to v3.3.0.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 15:33:20 -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
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]
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]
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