Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Hadolint

The most advanced docker files linter
Collective - Host: opensource - https://opencollective.com/hadolint - Code: https://github.com/hadolint

Update ThirdPartyNotices.txt

github.com/hadolint/hadolint - 27d2079cf07fce4c3d734b379ef3c508114cc73e authored about 3 years ago by lorenzo <[email protected]>
DL3009: Fix handling cache mounts (#727)

- Upgrade language-docker to 10.3.0
- Deal with multiple `--mount` flags for `RUN` instructions...

github.com/hadolint/hadolint - c931c0a9689cd6dff4d2083fa002414c1f08a586 authored about 3 years ago by Moritz Röhrich <[email protected]>
Merge pull request #74 from m-ildefons/extra-sources

packging: add extra sources

github.com/hadolint/language-docker - 57c2db87dd5ca14002a52a666b2d00485cc3268d authored about 3 years ago by José Lorenzo Rodríguez <[email protected]>
packging: add extra sources

- Add all test fixtures to the package.yaml so the hackage packge is
generated correctly.

fix...

github.com/hadolint/language-docker - 83e1513258ddb980678cf8378e4692b057ad432b authored about 3 years ago by Moritz Röhrich <[email protected]>
Merge pull request #73 from m-ildefons/multiple-run-mounts

syntax: handle multiple `RUN` mount flags

github.com/hadolint/language-docker - 8f2d1c072e1a4be9ce7a90c9700da21c694a332e authored about 3 years ago by José Lorenzo Rodríguez <[email protected]>
Replace unmaintained actions/setup-haskell with haskell/actions/setup in release gh action (#719)

github.com/hadolint/hadolint - 94ad7de92752b987f7e7c4f06dc5792e2e867202 authored about 3 years ago by Aleksa Cukovic <[email protected]>
Add note about nix (#725)

github.com/hadolint/hadolint - f25dd6528434d8ccfaad4b333a123078b832b407 authored about 3 years ago by Markus Hauck <[email protected]>
build(deps): bump allenevans/set-env from 2.0.1 to 2.1.0 (#726)

Bumps [allenevans/set-env](https://github.com/allenevans/set-env) from 2.0.1 to 2.1.0.
- [Relea...

github.com/hadolint/hadolint - c8e0a014810963933a9003e828b116774cec81d4 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
syntax: handle multiple `RUN` mount flags

Add capabilities to handle multiple `RUN` mount flags.

Sometimes a `RUN` instruction can have m...

github.com/hadolint/language-docker - 5d42c1be8a76b1381d4f6eaf01f11b28f21a358f authored about 3 years ago by Moritz Röhrich <[email protected]>
Merge pull request #41 from revolunet/patch-1

docs: fix example

github.com/hadolint/hadolint-action - 3cfc69d4b25bafd525584886f73b385ee4f3ce28 authored about 3 years ago by José Lorenzo Rodríguez <[email protected]>
docs: fix example

github.com/hadolint/hadolint-action - 03ff2f358b4d22af6d85f9c3d4d248280c97eb2c authored about 3 years ago by Julien Bouquillon <[email protected]>
fix: lint markdown to pass CI (#720)

github.com/hadolint/hadolint - 3608df0b3df25e40326b4a457b7c5737b52496c3 authored about 3 years ago by Johan Bergström <[email protected]>
bumping version number

github.com/hadolint/language-docker - 6996136b64a92dd38eb9b7d99fa8f4626b64f70d authored about 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
DL3059: ignore chains of commands (#717)

- Make DL3059 ignore consecutive `RUN` instructions if they contain
chained-together commands...

github.com/hadolint/hadolint - 5e8a080173ad88ffdf817dc0d5dcac9bcacf0afe authored about 3 years ago by Moritz Röhrich <[email protected]>
DL3010: Allow intentionally unextracted archives (#711)

- Add advanced logic to DL3010 to detect archive extraction.
- Add more specific tests for DL30...

github.com/hadolint/hadolint - 91523df140b09cb77aa71789b4b1682871c92848 authored about 3 years ago by Moritz Röhrich <[email protected]>
Add Podman example + Improve writing (#714)

* Add Podman example + Improve writing

* Fix remark-lint warnings

github.com/hadolint/hadolint - b372d3827efcba3e57c69e098143b230664c00e9 authored about 3 years ago by 0uep <[email protected]>
Merge pull request #70 from m-ildefons/run-mount-uid-string

parser: parser uid/gid in `RUN --mount` as string

github.com/hadolint/language-docker - 730c75236b1985ed422cab00a184ef57b7698a88 authored about 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge pull request #71 from m-ildefons/bom

file parser: respect byte order marks

github.com/hadolint/language-docker - 8d1d5eb3f199189b8b4d954f9a9561508223dc24 authored about 3 years ago by José Lorenzo Rodríguez <[email protected]>
Update Dockerfile (#686)

Remove fPIC flag which results in binaries which are not entirely statically linked

github.com/hadolint/hadolint - f5e20879b7771929f643588cdf6b067578f921f7 authored about 3 years ago by Brian Dwyer <[email protected]>
DL3034: support --non-interactive and -n (#707)

from the zypper command help
```
--non-interactive, -n Do not ask anything, use default answer...

github.com/hadolint/hadolint - f3ad744f9a5b4336caf51c92cace2ba6f2cd518e authored about 3 years ago by Gordon Franke <[email protected]>
Add `hadolint shell` pragma (#708)

- Add a hadolint shell pragma that can be used to tell Hadolint the
default shell.
- More ca...

github.com/hadolint/hadolint - cf4f3dff0a6d6437465e1b2f27c98128542a5967 authored about 3 years ago by Moritz Röhrich <[email protected]>
Update README.md (#710)

Correct typos

github.com/hadolint/hadolint - 80187facdb445fc7c932c0f9a7703a8fbe88934f authored about 3 years ago by CharlesCara <[email protected]>
DL3059: RUNs and comments mixed (#713)

* Add tests for DL3059: RUNs and comments mixed

This is a test for #712

* Update DL3059 to...

github.com/hadolint/hadolint - b24354136deb31965dc9a8cf692b7764fd72f426 authored about 3 years ago by Kaligule <[email protected]>
file parser: respect byte order marks

Add detection and correct handling of byte order marks (BOMs) to file
parsing. Can handle both b...

github.com/hadolint/language-docker - 96b78ca61bee3eca0f1137fbe2951873e89effad authored over 3 years ago by Moritz Röhrich <[email protected]>
fomatters: Add SARIF formatter (#704)

Add formatter for SARIF output format. SARIF is the static analysis
results interchange format,...

github.com/hadolint/hadolint - 3b1de5a90f51c47e92698bcb6f515338cafc954e authored over 3 years ago by Moritz Röhrich <[email protected]>
bugfix: handle yum/dnf modularity #702 (#703)

Fix false positive in DL3033 and DL3041 when dealing with modules. See
https://docs.fedoraproje...

github.com/hadolint/hadolint - 4b92c4762d129b7cc4bcb6dbfcb90a71bb88c1c4 authored over 3 years ago by Moritz Röhrich <[email protected]>
parser: parser uid/gid in `RUN --mount` as string

Parser the uid/gid options in the `--mount` option to the `RUN`
instruction as string. This allo...

github.com/hadolint/language-docker - 2734e94c44b1ce0faafd0cf644839be781ebe5b4 authored over 3 years ago by Moritz Röhrich <[email protected]>
Drop quotes (#701)

* bugfix: drop quotes around source in DL3020

- Consolidate code to drop quotes around a `Tex...

github.com/hadolint/hadolint - 741e6c56db1e5561ae940e19964105a4dddd9aeb authored over 3 years ago by Moritz Röhrich <[email protected]>
Merge pull request #69 from m-ildefons/heredoc-termination

bugfix: heredoc termination, unicode whitespaces

github.com/hadolint/language-docker - a1e8ebf778f7b7999711e6c09ff537a0c2594345 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
bugfix: heredoc termination, unicode whitespaces

- Simplyfy heredoc marker detection by replacing the use of
`L.charLiteral` with `anySingle` a...

github.com/hadolint/language-docker - 0c890aa75b3af2cdd5be2dc0150306b4251edd14 authored over 3 years ago by Moritz Röhrich <[email protected]>
Update ThirdPartyNotices.txt

github.com/hadolint/hadolint - 9dfd3034c74f1d4994b85b296c3157eabb4cb817 authored over 3 years ago by lorenzo <[email protected]>
Feature: Silence DL3020 even for doube quoted URLs #693 (#695)

github.com/hadolint/hadolint - 16b8ec96575366d09f744d3eb263fdb6d1d602e5 authored over 3 years ago by Yann Bouzonie <[email protected]>
heredocs: fix line continuation bug (#700)

- Bump version of language-docker to 10.1.1
- Bump version to 2.7.1

Pull in fixes from upstr...

github.com/hadolint/hadolint - c651e3093386c039ce3fe464853cad5025c07102 authored over 3 years ago by Moritz Röhrich <[email protected]>
Merge pull request #68 from m-ildefons/heredoc-escape-fix

heredocs: fix parsing bug with line continuations

github.com/hadolint/language-docker - ed05837079897a79d3b1b62001b046dde96714f3 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
heredocs: fix parsing bug with line continuations

Fix parsing error on line continuation.
The `Text.Megaparsec.Lexer.charLiteral` parser will not ...

github.com/hadolint/language-docker - 26f2c697601da5270273291f8ccc88fc7b151a67 authored over 3 years ago by Moritz Röhrich <[email protected]>
Update .pre-commit-hooks.yaml (#698)

github.com/hadolint/hadolint - 0e5bcdcc24b9b9addc22ec3758ade562d70e7966 authored over 3 years ago by Adrien Ballet <[email protected]>
Make tests pass

github.com/hadolint/hadolint-action - d7b38582334d9ac11c12021c16f21d63015fa250 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge pull request #34 from itamargiv/feature/recursive-dir-check

Feature: Recursive dir check - Lint multiple files

github.com/hadolint/hadolint-action - fdf6f4b6d286dedfb5e87a34cf4364e367c58084 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge pull request #39 from Juneezee/hadolint-v2.7.0

build: bump hadolint from v2.4.0 to v2.7.0

github.com/hadolint/hadolint-action - 0bb0c4c13146dcc8d5bc77fb58f1a26ffaf2c0e0 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
build: bump hadolint from v2.4.0 to v2.7.0

Signed-off-by: Eng Zer Jun <[email protected]>

github.com/hadolint/hadolint-action - 8af94d9fae639af0fa3c9e4458fa6aa79996838b authored over 3 years ago by Eng Zer Jun <[email protected]>
Update ThirdPartyNotices.txt

github.com/hadolint/hadolint - 7f06b7cc09917bdb084f96185caed330e931c25a authored over 3 years ago by lorenzo <[email protected]>
bump version number

github.com/hadolint/hadolint - 3e13ec6fa67a42fc3be93b85caf2d1451fd1f983 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Update ThirdPartyNotices.txt

github.com/hadolint/hadolint - 200a0804d13fb2438315a4e96d72260457b3aab5 authored over 3 years ago by lorenzo <[email protected]>
parser: heredoc support (#696)

- version bump of language-docker for support for heredoc parsing
- Ignore shellchecking for he...

github.com/hadolint/hadolint - 2d0b003c131d4d26d5c8c5f23a15da12f275461e authored over 3 years ago by Moritz Röhrich <[email protected]>
README.md documentation enhancements (#674)

* Added yaml schema, hadolint --help command output, failure-threshold documentaion, codeblock s...

github.com/hadolint/hadolint - d4aa72f324cbcec7f7ad9fd1038914caa11f3158 authored over 3 years ago by morgan-zylotech <[email protected]>
Update repository name in GitHub Actions integration docs (#690)

github.com/hadolint/hadolint - 5e442e0c900e062ece347a89284e5a33ef2c6c7a authored over 3 years ago by Nick Watts <[email protected]>
Merge pull request #66 from m-ildefons/heredoc

parser: support heredoc format

github.com/hadolint/language-docker - 6877044849d11927c4b69e6f97664315a65b6047 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Do not build arm docker images

Github actions is timeout out on those

Revert "build(docker): multi-arch builds"

This reverts ...

github.com/hadolint/hadolint - ab14d32dc6a8a951afa2363accc7c4ef2bba7d3c authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
heredocs: remove usage of `last`

- Remove usage of partial function `last` in parsing of the `COPY`
instruction
- Fix typo in c...

github.com/hadolint/language-docker - b570bbe846bad1b3b24d2e0771664a53ed669ec3 authored over 3 years ago by Moritz Röhrich <[email protected]>
heredocs: support for quoted markers and dash

- Add support for quoted markers
- Add support for dash before maker

These variants of the here...

github.com/hadolint/language-docker - eaabfbdb51bbb805344df81f4b3bcbc01eea63da authored over 3 years ago by Moritz Röhrich <[email protected]>
heredocs: file redirect support

- Add support for file redirects in heredocs
- Add support for intermixing regular commands and ...

github.com/hadolint/language-docker - fb5e34b664cd3de03963fc64c9a9741d1a34fbe0 authored over 3 years ago by Moritz Röhrich <[email protected]>
heredocs: support for heredocs in COPY

- Add support for (multiple) heredocs in COPY statement
- Separate unit tests for COPY into thei...

github.com/hadolint/language-docker - fecca623c63528f6ea649e1a759155c094247e4b authored over 3 years ago by Moritz Röhrich <[email protected]>
parser: support heredoc format

- Add heredoc format support for everything that parses arguments (e.g.
RUN).
- Separate out u...

github.com/hadolint/language-docker - 5d92bfb803bf35763af6c82f07a6269f81ffd1f0 authored over 3 years ago by Moritz Röhrich <[email protected]>
Merge pull request #67 from m-ildefons/unit-tests

workflow: Add linting and unit testing

github.com/hadolint/language-docker - 4412739e54acb48700e5f94e34a29269c61f184a authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
workflow: Add linting and unit testing

- Add linting workflow utilizing `hlint`
- Add unit test workflow utilizing `cabal test`

github.com/hadolint/language-docker - d9445cbc410720582aa167d8dcfd86ade95916a9 authored over 3 years ago by Moritz Röhrich <[email protected]>
Allow upgrades by removing DL3017, DL3031, DL3039 and adjusting DL3035 (#677)

* remove rules DL3017, DL3031, DL3039 because of obsolete recommendation

* adjust DL3035 to o...

github.com/hadolint/hadolint - 16099603b34598ba8f693648e5545fe7d7a6ed80 authored over 3 years ago by Horst Schlimmer <[email protected]>
bumping version to 10.0.2

github.com/hadolint/language-docker - 3ca1b2d5732cd4f49e17908af88e94b23c1bfc7f authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Merge pull request #65 from m-ildefons/invalid-protocol

feature: report invalid protocol

github.com/hadolint/language-docker - 9c436c617c8d8f419309b7b96363455991829325 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
DL3010, DL3020: fix edge-cases for archives (#681)

DL3020:
- Don't warn that the user should use `ADD` instead of `COPY`, as this
has the s...

github.com/hadolint/hadolint - 9d6f55f40855135559e007872f9687f81348550f authored over 3 years ago by Moritz Röhrich <[email protected]>
documentation: List default severity (#680)

- Add column documenting the default severity of each rule to the
readme.
- Disable linting fo...

github.com/hadolint/hadolint - a2869ad5be83a30303d0e30750fc2b86a41ac061 authored over 3 years ago by Moritz Röhrich <[email protected]>
Update ThirdPartyNotices.txt

github.com/hadolint/hadolint - 5653c6ced154da2bdfe9c8ce5eb0e26034c28f43 authored over 3 years ago by lorenzo <[email protected]>
Bumping version to 2.6.1

github.com/hadolint/hadolint - c2c8608d7db3975c285df31f328ddf806a0c9fe5 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Feature: Silence DL3009,DL3019 for cache mounts (#672)

In case the cache directories DL3009 and DL3019 respectively are
provided via BuildKit cache mo...

github.com/hadolint/hadolint - 6a925c3b402ceb49cd346df6b8af52f27c6fe851 authored over 3 years ago by Moritz Röhrich <[email protected]>
feature: report invalid protocol

Propagate the correct error message `invalid protocol` upwards in case
parsing an expose express...

github.com/hadolint/language-docker - 3d8ba88da62888aa36019047fad100f954075500 authored over 3 years ago by Moritz Röhrich <[email protected]>
Update INTEGRATION.md (#670)

Colon separate Dockerfiles in CircleCI.

github.com/hadolint/hadolint - ee924825537d1c279b379acf3782d1417bbd6797 authored over 3 years ago by Alex Sheppard <[email protected]>
build(docker): multi-arch builds

github.com/hadolint/hadolint - 3a29040d0dcc5e1b2795212151092315bd79932c authored over 3 years ago by Morlay <[email protected]>
cleanup dockerfile

github.com/hadolint/hadolint - 95486bd40b3bb309ed5ce0c3c758045b514a037b authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Update .pre-commit-hooks.yaml

github.com/hadolint/hadolint - 159fba62f3950d1e937e10f2cd235a44fda3fd7e authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Add .pre-commit-hooks.yaml update step to RELEASE.md (#667)

* Add .pre-commit-hooks.yaml update step to RELEASE.md

* Update RELEASE.md

github.com/hadolint/hadolint - c0063ed27ec33d8a6a31a6c6a4c3354e871aac28 authored over 3 years ago by Ayaz Salikhov <[email protected]>
Bump version number

github.com/hadolint/dockerfile-creator - 9702b8646f6056a7b5e9030fc9c49b92d25f5a54 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Update README.md

github.com/hadolint/dockerfile-creator - a64a34b522ca393eab9c22afa4f250e97ddd3a35 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge pull request #1 from matsubara0507/use-language-docker-10.0

Use language-docker 10.0.0

github.com/hadolint/dockerfile-creator - d4e82e502b1e33aa42b3d588fb2d014e8af21384 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Use version 10.0.0 of language-docker

github.com/hadolint/dockerfile-creator - 5f786ea52ed1b149c3bdc458e71912bb5a0ede82 authored over 3 years ago by MATSUBARA Nobutada <[email protected]>
Update ThirdPartyNotices.txt

github.com/hadolint/hadolint - 40ccb875a9e67715579e94577196b883388e8191 authored over 3 years ago by lorenzo <[email protected]>
bump version number

github.com/hadolint/hadolint - 71609649f922c7b7a32af912eb8949f8eb82017b authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
build(deps): bump actions/download-artifact from 2.0.9 to 2.0.10 (#659)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.9 to 2....

github.com/hadolint/hadolint - 37c7a2f9d6a8dfde908e7766575f4ff3000aea97 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4 (#660)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4....

github.com/hadolint/hadolint - 18e1fa767f2ff7bc2da9ae4a86966dec87feb5e3 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DL3018: Don't trigger when installing from .apk file #662 (#664)

DL3018 ensures version pinning. When installing from an .apk file, this
is pointless and should...

github.com/hadolint/hadolint - 188894755a9d8f1ea5ec66563c1c28ec44e0e3f6 authored over 3 years ago by Moritz Röhrich <[email protected]>
app/main: add sonarqube to cli output (#655)

The sonarqube formatted was added in the `2.5.0` release. This commit
adds the option to the cl...

github.com/hadolint/hadolint - 4c38a2730e5b4d17e7787147261188e1701ab8c4 authored over 3 years ago by Johan Bergström <[email protected]>
Lower severity level of DL3047 to info (#656)

As @lorenzo mentioned in #546, it's okay to lower it down.

cc #546 #566

github.com/hadolint/hadolint - acc0db9b80179e10984a02af62e75241a2dd20e6 authored over 3 years ago by Peter Dave Hello <[email protected]>
sonarqube-formatter: fix start column #658 (#663)

The Sonarqube output format forbids having equal start- and endcolumns
in the report for an iss...

github.com/hadolint/hadolint - 269735e45a1e89f6c7bf4637f974641ac46bff26 authored over 3 years ago by Moritz Röhrich <[email protected]>
Update ThirdPartyNotices.txt

github.com/hadolint/hadolint - 972e75229e0d2cef24b62c7c5cac0b47e4953e14 authored over 3 years ago by lorenzo <[email protected]>
Update .pre-commit-hooks.yaml (#657)

Just a minor change updating the docker image tag to the latest version as mentioned in #631 and...

github.com/hadolint/hadolint - 5ff6a6d8e80e6a292c0e195f0d65686e264f49fd authored over 3 years ago by Brian Larsen <[email protected]>
Update docs

github.com/hadolint/hadolint-action - afcbb72a700aeb4430d3511378773ad36db4ae16 authored over 3 years ago by Itamar Givon <[email protected]>
Add recursive linting

github.com/hadolint/hadolint-action - 34545a185d851450627a7f76c0369ec9cce26950 authored over 3 years ago by Itamar Givon <[email protected]>
Bump version number

github.com/hadolint/hadolint - d824e9d0714b618858abb6ba2959d4c258a7c4e2 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Bump actions/cache from 2.1.5 to 2.1.6 (#649)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](...

github.com/hadolint/hadolint - 7ef924a243d9029ea539281c0e94b264b2d0359e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #33 from brpaz/update-readme

update support section and remove funding configuration

github.com/hadolint/hadolint-action - 1fe9ddfd12fa426e87a29bbef7411b2d32eaf1d5 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge pull request #35 from jward-bw/patch-1

Improve readability of `Inputs` table.

github.com/hadolint/hadolint-action - 64243a4c85562a592ad3284d26860aae6b22e17d authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Add file-path-in-report option for checkstyle format (#642)

Co-authored-by: donalhurley <[email protected]>

github.com/hadolint/hadolint - f0c0542c9a937a39a50599b57caec4dc0ffb544e authored over 3 years ago by Donal Hurley <[email protected]>
threshold: tune behaviour to match help message (#653)

The help message suggests that the failure threshold makes Hadolint exit
with failure when a ru...

github.com/hadolint/hadolint - c0f7ec32952d76ede05db368b4bc7d234f6067cb authored over 3 years ago by Moritz Röhrich <[email protected]>
shellcheck: ignore non-posix shells (#654)

- Ignore execution of shellcheck rules and DL4006 for non-posix shells
other than pwsh as wel...

github.com/hadolint/hadolint - ca5fc090ac6af97c001ae68fe038881bf46365e2 authored over 3 years ago by Moritz Röhrich <[email protected]>
Improve readability of `Inputs` table.

In my opinion it's still not very easy to read, but it is correctly formatted now.

github.com/hadolint/hadolint-action - 9c70326916b3fdacfe271e1cab4d22195a1b9c75 authored over 3 years ago by Jacob Ward <[email protected]>
Update docker version in pre-commit-hooks (#647)

github.com/hadolint/hadolint - f2165b8767bbec18a9cb29e1fc731ad93b34c42b authored over 3 years ago by Ayaz Salikhov <[email protected]>
docs(README): update support section and remove funding configuration

github.com/hadolint/hadolint-action - 6c5b4b97b17982c72e90bdc8363912fd26d4ea85 authored over 3 years ago by Bruno Paz <[email protected]>
also update cabal file

github.com/hadolint/language-docker - e35d1f3a2d5b247ba64663540a8205fe08a64100 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
formatters: add SonarQube formatter (#641)

- Add formatter for outputting json objects compatible with SonarQube's
generic [import forma...

github.com/hadolint/hadolint - c44404cdb375b4c1bc70d801a2bd0aa04b41ed1c authored over 3 years ago by Moritz Röhrich <[email protected]>
bump version number

github.com/hadolint/language-docker - 0ed4126d0f467e87459ed9d5ab936d6794364ba1 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Merge pull request #64 from m-ildefons/sdist-files

stack: add Dockerfiles to `package.yaml`

github.com/hadolint/language-docker - e504c78102f0e6121bf900274e85d327ded820f4 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
stack: add Dockerfiles to `package.yaml`

List all Dockerfiles for tests in `package.yaml` and
`language-docker.cabal`.

- fixes: https://...

github.com/hadolint/language-docker - e1ecb96be7aaf3bc9dede9c99403e8e3961ffab1 authored over 3 years ago by Moritz Röhrich <[email protected]>