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 - 4b95e409d3f62788c0b382f774b0578011faad7d authored over 3 years ago by lorenzo <[email protected]>
bump version number

github.com/hadolint/hadolint - 251fbf958e4c9a79735ed41511c37d651db101f3 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
bugfix: avoid index overrun in DL3045 (#640)

- fix index overrun in DL3045 with single character paths when checking
for windows type path...

github.com/hadolint/hadolint - 144096b46b9f9ab950db1ff8fddf097c7a3dfffa authored over 3 years ago by Moritz Röhrich <[email protected]>
Fix docs on failure-theshold option (#639)

This is a follow-up on hadolint#607. The given threshold is inclusive. I.e. setting threshold to...

github.com/hadolint/hadolint - 37e197a24c3ea6bf2b89c8f3fd36033cf5c37f86 authored over 3 years ago by n0v1 <[email protected]>
Update ThirdPartyNotices.txt

github.com/hadolint/hadolint - 3aba4857e881855f05dbd16d38efdda1e7db36c0 authored over 3 years ago by lorenzo <[email protected]>
Fix hadolint docker image in .pre-commit-hooks.yaml (#631)

github.com/hadolint/hadolint - b8583e726b018a72a8d6c3e651b8670cbcab8ba0 authored over 3 years ago by Ayaz Salikhov <[email protected]>
Update config path in a Docker container (#634)

github.com/hadolint/hadolint - c1eb6cdf12cf860b2e3dc73f655632a8270170f2 authored over 3 years ago by maxnatt <[email protected]>
typos: thReshold (#637)

- fix typo in commandline option
- bump hadolint.cabal

fixes: #633
fixes: #636

github.com/hadolint/hadolint - 9cca5e3d9990606a80782c5ddfd09962d1e24c9c authored over 3 years ago by Moritz Röhrich <[email protected]>
Merge pull request #30 from kalikiana/docs_readme_checkout

doc: Add checkout action to the example

github.com/hadolint/hadolint-action - f49a60108f34b589e16e00be852f810e8ddb2484 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge branch 'master' into docs_readme_checkout

github.com/hadolint/hadolint-action - 5f549be9cc48fbeb46d8438b8a804889b584e85a authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge pull request #32 from m-ildefons/hadolint-240

hadolint: version bump to 2.4.0

github.com/hadolint/hadolint-action - c27bd9edc1e95eed30474db8f295ff5807ebca14 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
hadolint: version bump to 2.4.0

- bump Hadolint version to 2.4.0
- change to debian based image
- add common config options
- ex...

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

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

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

github.com/hadolint/hadolint - 1231d47d6dda198bc95112d62b720e75ddd51ef3 authored over 3 years ago by lorenzo <[email protected]>
language-docker: version bump (#621)

- Bump version of language-docker to 10.0.0
- Fix documentation for config file paths
- Fix se...

github.com/hadolint/hadolint - a367372ab87fe27f2ab30115ef4b8b9c8ea817cd authored over 3 years ago by Moritz Röhrich <[email protected]>
config: fix parsing problems (#627)

Parsing the contents of the `failure-threshold` property was done
improperly and resulted in al...

github.com/hadolint/hadolint - 53269907f35c92c07c7301538039533661aa2afa authored over 3 years ago by Moritz Röhrich <[email protected]>
Merge pull request #62 from m-ildefons/escape-character

parser: handle parser directives

github.com/hadolint/language-docker - 7e4bceea394c83ee1fec90263db86fd0e312c48a authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
pretty printer: detect escape character from AST

- Add escape character detection logic to the pretty printer
- Replace the escape character on d...

github.com/hadolint/language-docker - e872906a9da39f1fe8b843096fa6a04baaaa991f authored over 3 years ago by Moritz Röhrich <[email protected]>
Add GitHub action to update/create ThirdPartyNotices.txt (#623)

* add action to update ThirdPartyNotices.txt

* temporarily trigger thirdparty pipeline in pul...

github.com/hadolint/hadolint - 04e1cef39369d20175e790caedde9a88a3f0b17b authored over 3 years ago by Jan-Benedikt Jagusch <[email protected]>
DL3060: stage aware logic (#620)

- Enable tests for DL3060
- Make failure logic stage aware, meaning that a `yarn install` witho...

github.com/hadolint/hadolint - 7e37d3ac6ab12d315dc37eb33b6b28157e20c506 authored over 3 years ago by Moritz Röhrich <[email protected]>
feat(main): log configuration file used (#615)

* feat(main): added new flag to determine if the configuration file should be shown

* feat(ma...

github.com/hadolint/hadolint - 5d99c1673b49da359cd13f8c28d6995fcd2e1e1f authored over 3 years ago by seaerchin <[email protected]>
doc: Add checkout action to the example

Fixes: #25

github.com/hadolint/hadolint-action - 785eabb2d420547928c7b46b030edf61c7a261b0 authored over 3 years ago by Christian Dywan <[email protected]>
parser: handle parser directives

- Add handling for parser directives (pragmas) to the parser:
`escape`, `index`
- Split off te...

github.com/hadolint/language-docker - 6b92272ca7c5a7d570b3a828b0fa870135c52062 authored over 3 years ago by Moritz Röhrich <[email protected]>
refactor(config.hs): adds additional accepted config file (#617)

github.com/hadolint/hadolint - 4b949a832eacad7f0065d94027df1208f441fd97 authored over 3 years ago by seaerchin <[email protected]>
options: introduce failure severity threshold (#613)

- add new option `--failure-threshold`/`-t` for specifying a failure
threshold
- add new con...

github.com/hadolint/hadolint - 50ade11efb9de7bf8119eb780978dd48c8f94e5e authored over 3 years ago by Moritz Röhrich <[email protected]>
Add support for chmod flag (#612)

fixes #609

github.com/hadolint/hadolint - 96e61f82c5c66d8be1985863e56b93ae652b832a authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Bump version number

github.com/hadolint/language-docker - 7e8e9787ba9333739e332d97694cc2e08c810149 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Merge pull request #61 from m-ildefons/copy-add-chmod

syntax: add support for --chmod flags #609

github.com/hadolint/language-docker - f92423bcecc5672a8124e62dffce55dcff9b0dc6 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
syntax: add support for --chmod flags #609

- add support for the --chmod flag for `ADD`
- add support for the --chmod flag for `COPY`
- add...

github.com/hadolint/language-docker - 420c6afe09e6b69332e764ffb676c5e8fcfdaeaa authored over 3 years ago by Moritz Röhrich <[email protected]>
Bump actions/cache from v2.1.4 to v2.1.5 (#605)

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes...

github.com/hadolint/hadolint - e821d9bd222dad38cbb75bbde45a3fe4ce075209 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bump version to 2.2.0

github.com/hadolint/hadolint - a34e5f36a1e5e52834b24c2506e10796f785557d authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
DL3042: respect `PIP_NO_CACHE_DIR` variable (#604)

Make DL3042 respect `PIP_NO_CACHE_DIR` variable, when it is set with an
`ENV` instruction.

f...

github.com/hadolint/hadolint - f433457c9f6f21d7f6f7cd6100a403c30792afb7 authored over 3 years ago by Moritz Röhrich <[email protected]>
fix example

github.com/hadolint/hadolint-action - 136c22c8f81203c474c96c3aea70bfe926176324 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge pull request #28 from hadolint/dependabot/docker/hadolint/hadolint-v2.1.0-alpine

build(deps): bump hadolint/hadolint from v1.19.0-alpine to v2.1.0-alpine

github.com/hadolint/hadolint-action - 473e36ba306c199243ffe4f1e652a8b60a8fa296 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Merge pull request #29 from hadolint/hadolint-org

Updates to reflect changes to the Hadolint organization

github.com/hadolint/hadolint-action - edc054086d7ff496101289ef82099ebab5053ced authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
readme: add email to label-schema, windows docker usage (#603)

- add description of the `email` property to the label schema
documentation
- add docker usa...

github.com/hadolint/hadolint - 46c8fd5a3b6c90e6abaab98b21c98f46e5b87f1e authored over 3 years ago by Moritz Röhrich <[email protected]>
Update README.md

github.com/hadolint/hadolint-action - b18c7cf9dca096fa41708f1088ab7773ae048d90 authored over 3 years ago by Bruno Paz <[email protected]>
Update Config.hs (#600)

From documentation the key should not `allowedRegistries`. Changed it to `trustedRegistries`.

github.com/hadolint/hadolint - 74f675eabf910fde339e01613c117c7b7065613b authored over 3 years ago by Ron Gebauer <[email protected]>
Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#598)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2....

github.com/hadolint/hadolint - edc5bd9205db2ba2d0bb07501807d5bb31a5f43b authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/download-artifact from v2.0.8 to v2.0.9 (#599)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.8 to v...

github.com/hadolint/hadolint - 4507656cb8eb62dd41b15349cf7573dcc57da4fb authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependencies: language-docker version bump to 9.2.0 (#597)

Bump language-docker version to 9.2.0

fixes: #444

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

github.com/hadolint/language-docker - bdde169d23cc8af46b18f8c7f02d401cca0568bf authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Merge pull request #60 from m-ildefons/mount-required

parser: fix experimental option `required`

github.com/hadolint/language-docker - ae6bd8acc024f41bbf0ca50d78416d4f927cb3b4 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
dl3059: improve behaviour when considering flags (#595)

Refine behaviour of DL3059 when dealing with `RUN` flags. These flags
are Docker buildkit speci...

github.com/hadolint/hadolint - dcf946a769a831c86e7c7e234e67cbfc6abc9442 authored over 3 years ago by Moritz Röhrich <[email protected]>
DL3005: allow apt-get upgrade (fix #562) (#596)

github.com/hadolint/hadolint - 111158d0e4d4b4304f17cb32a8c3d1d62581e3da authored over 3 years ago by Viktor Oreshkin <[email protected]>
parser: fix experimental option `required`

- Remove unused compiler pragma
- Add capability to deal with explicit boolean values for experi...

github.com/hadolint/language-docker - 819a7f24ff3b3a8187c57bfdc0663f7a849282c8 authored over 3 years ago by Moritz Röhrich <[email protected]>
json-formatter: fix error message (#594)

Fix `message` field in output by json formatter in case of errors
preventing rule application (...

github.com/hadolint/hadolint - beb74eb7da148c8bbc35e5f86ef78abce95064a3 authored over 3 years ago by Moritz Röhrich <[email protected]>
DL3059: Multiple consecutive `RUN` instructions (#591)

- Add new rule linting for multiple consecutive run instructions that
could be consolidated.
...

github.com/hadolint/hadolint - 4cb8f28ebecfd0343241369952fc9b3e7e4ea866 authored over 3 years ago by Moritz Röhrich <[email protected]>
DL3060: Lint for `yarn cache clean` #395 (#592)

- Add new rule DL3060 linting for `yarn cache clean` after `yarn
install` with severity `DLIn...

github.com/hadolint/hadolint - bfb66c4ad7bd43ac24db6e64fe0d59066b608608 authored over 3 years ago by Moritz Röhrich <[email protected]>
build(deps): bump hadolint/hadolint from v1.19.0-alpine to v2.1.0-alpine

Bumps hadolint/hadolint from v1.19.0-alpine to v2.1.0-alpine.

Signed-off-by: dependabot[bot] <s...

github.com/hadolint/hadolint-action - 20e70041a2116334e2c5b9c083bcb7de44bc0bf7 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Also tagging docker images with `v*`

github.com/hadolint/hadolint - f6c77cc1ca063852d80ab90fd62ec30d772d225a authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
fixed json formatting (#589)

It was outputting an array per file instead of combining them all

fixes #588

github.com/hadolint/hadolint - 85a5357379e42a0274716679fe2c5655b5ca2272 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Adding rule DL3058 for email address format in label schema. (#579)

* Adding rule DL3058 for email address format in label schema.

* Removing overloaded string o...

github.com/hadolint/hadolint - e4e035464ed23fab5a6271bc24af1ede69385365 authored over 3 years ago by luke abraham <[email protected]>
DL3016: fix mistake argument to flag as package (#586)

- Add unit test case for `Shell.dropFlagArg`
- Add unit test case for DL3016 with `--loglevel v...

github.com/hadolint/hadolint - 8d8d44089570cddf4e2778fdcf4399e9dd174a27 authored over 3 years ago by Moritz Röhrich <[email protected]>
DL3000, DL3045: fix absolute windows paths (#583)

* tests: Split tests into dedicated files

Given how humongously large Spec.hs has grown, it a...

github.com/hadolint/hadolint - f3b66ed1341ed9e327a29fe248c0627f0dd7dc3f authored over 3 years ago by Moritz Röhrich <[email protected]>
tests: Split tests into dedicated files (#582)

Given how humongously large Spec.hs has grown, it also had become harder
to handle and generall...

github.com/hadolint/hadolint - 5589a535fc5b9ee899e08c24b8072228754ec834 authored over 3 years ago by Moritz Röhrich <[email protected]>
DL3045: Fix alternative windows paths #580 (#581)

- Fix alternative windows paths
- Split off tests into its own file

github.com/hadolint/hadolint - 009ff0025cc47ebde8896ab2403d82bfc5122b2b authored over 3 years ago by Moritz Röhrich <[email protected]>
DL3045: Fix workdir detection in `ONBUILD` context (#575)

- Fix workdir detection on `ONBUILD` context by allowing the current
stage to take the specia...

github.com/hadolint/hadolint - dc6138245209dd4f7ba426eb313c3163437830da authored over 3 years ago by Moritz Röhrich <[email protected]>
README.md: Add entries for DL3012 and DL3057 (#576)

These entries somehow got lost or forgotten. This commit adds them in
their current correct for...

github.com/hadolint/hadolint - bc27a2e77011e3fa259aab5cd6df1641c60eb8c3 authored over 3 years ago by Moritz Röhrich <[email protected]>
Use haskell/actions instead of deprecated setup-haskell (#574)

* Use haskell/actions instead of deprecated setup-haskell

* pinning version to 8.10

github.com/hadolint/hadolint - 0f3e9c34c5d775a13935d24c3250f74f43463b9e authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Lower compilation times (#572)

For some reasons, compiling Hadolint.Config with optimiaztions enabled
was taking a long time.
...

github.com/hadolint/hadolint - 759b7fea40c35083c7b31d63e73c8d8fce74fda1 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
label-schema: Add configurable rules checking a label schema (#563)

* label-schema: Add configurable rules checking a label schema

- Add configuration options to...

github.com/hadolint/hadolint - e3e525bf0e895c72a6588dec7b33bdca05ef04c0 authored over 3 years ago by Moritz Röhrich <[email protected]>
ci: improve Docker Release workflow (#571)

Setup the Docker Release workflow to build and push image to both
Dockerhub and GitHub Containe...

github.com/hadolint/hadolint - ff38f83432e594066b3b78f91a35a10be0b049ca authored over 3 years ago by Eng Zer Jun <[email protected]>
dl3044: fix bug with variable detection (#569)

When a variable is defined in terms of another variable and that other
variable is not referred...

github.com/hadolint/hadolint - b01c5a98bb9091cff619e8987f482eccf52f6afe authored over 3 years ago by Moritz Röhrich <[email protected]>
healthcheck: Rules for checking HEALTHCHECK instructions (#567)

- Add rule DL3012 that makes sure no stage has two `HEALTHCHECK`
instructions
- Add rule DL3...

github.com/hadolint/hadolint - c74c4f3f33b02c36c018e935c185bbb89b1b194c authored over 3 years ago by Moritz Röhrich <[email protected]>
formatting with ormolu

github.com/hadolint/hadolint - 858e4c111b11cb219fca67222e4c597bf55de957 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Add suggestion to run wget with --progress=dot:giga (#566)

Fixes #546

Warn when runnign wget without without --progress flag unless
other flags are pre...

github.com/hadolint/hadolint - 5c5a644ecd2d79ca97412c5eca16298c0f14d7d0 authored over 3 years ago by Michał Sochoń <[email protected]>
Major refactor for maintainability (#565)

* Refactoring hadolint to use as single pass check

The single pass is provided by the foldl l...

github.com/hadolint/hadolint - 4db396caa9d0497e310d5eda532e0ca1d7bb1e3a authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
rules: add rule linting `useradd` #553 (#554)

- Add rule to lint for missing flag `-l` during usage of `useradd` with
long UIDs.
- Number ...

github.com/hadolint/hadolint - 6eaea2aaa3efeb32f3beedcbddeb9402f80d581b authored over 3 years ago by Moritz Röhrich <[email protected]>
DL3045: fix when destination is a variable (#561)

- do not trigger DL3045 when the destination of the `COPY`
statement is or begins with a vari...

github.com/hadolint/hadolint - 9ad3ef9cf48e19548cfa7e8a71a2ed6a527956ce authored over 3 years ago by Moritz Röhrich <[email protected]>
Add rule for `COPY` when no `WORKDIR` is set #390 (#550)

* Add rule for `COPY` when no `WORKDIR` is set #390

- Add rule finding instance of `COPY` wi...

github.com/hadolint/hadolint - a556eafc42b10d188e098404e6ad617f90290f73 authored over 3 years ago by Moritz Röhrich <[email protected]>
rules: refine selfreferencing env rule (#556)

- Allow a variable to reference itself in its definition once per `ENV`
statement

A variab...

github.com/hadolint/hadolint - f0ef28b9aa34a06d3aeff0e89218f1e77a6b7bc8 authored over 3 years ago by Moritz Röhrich <[email protected]>
regression: Fix regression #551 (#552)

* regression: Fix regression #551

- Keep track of what `ENV`s and what `ARG`s have been def...

github.com/hadolint/hadolint - b39257cef8d2e9440f9764ba485f0e8786152973 authored over 3 years ago by Moritz Röhrich <[email protected]>
Revert "rules: Add rule checking agains selfreferencing `ENV`s (#548)"

This reverts commit f5e05780d603340f548bd93ff4b976cf761ae3f3.

github.com/hadolint/hadolint - bbfa5bbb0fa0d53ba8e4ac5b7c38e9961ea7ad95 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
fix tests, formatting, cleanup

github.com/hadolint/hadolint - 761d5e7dd1d2cf6f079fc51518447b8f41e13840 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
bump: language-docker v9.1.3, hadolint 1.22.2 (#549)

* bump: language-docker v9.1.3, hadolint 1.22.2

- Bump version of language-docker to 9.1.3
-...

github.com/hadolint/hadolint - af64f7a5a0b688654de587a058540bb615690330 authored over 3 years ago by Moritz Röhrich <[email protected]>
Feature: Configurable rule severity (#543)

- Make rule severity overridable with any other severity.
- Remove unnecessary imports

This ...

github.com/hadolint/hadolint - 03d4d3e3ab79b19f247699470ee01bd5ae029c5b authored over 3 years ago by Moritz Röhrich <[email protected]>
rules: Add rule checking agains selfreferencing `ENV`s (#548)

- Add Rule to check agains `ENV` statements where one variable
references another variable de...

github.com/hadolint/hadolint - f5e05780d603340f548bd93ff4b976cf761ae3f3 authored over 3 years ago by Moritz Röhrich <[email protected]>
feature: colorize TTY output #267 (#547)

* feature: colorize TTY output #267

- add `--color` flag to switch on colorization
- defaul...

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

github.com/hadolint/language-docker - 5992510ab54675db765658cf9a2f6417dc8240a5 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Merge pull request #59 from m-ildefons/arg-default

parser: Handle `ARG` instructions without default

github.com/hadolint/language-docker - 241d4cfe313007f1c6b009e8d871e683032a3748 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
parser: Handle `ARG` instructions without default

Improve the parser by correctly handling `ARG` instructions that do not
have a default, but do h...

github.com/hadolint/language-docker - c4e9a92d5cc3ee34e0c338147051b49dae6d1281 authored over 3 years ago by Moritz Röhrich <[email protected]>
BUmping version to v1.22.1

github.com/hadolint/hadolint - e87da8582de732440b40da8cb7ad701560223ea3 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Bump allenevans/set-env from v2.0.0 to v2.0.1 (#545)

Bumps [allenevans/set-env](https://github.com/allenevans/set-env) from v2.0.0 to v2.0.1.
- [Rel...

github.com/hadolint/hadolint - e5983139f1dd37fd2e77a08ab0fc5b6f3f90d624 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixed the release script?

github.com/hadolint/hadolint - 4160463da15d08201a15e987af0eb481f395948d authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
fix upload artifacts script

github.com/hadolint/hadolint - 888806e4cb6baa82882fbd0978dc5055c96d35e3 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
last try at fixing the release

github.com/hadolint/hadolint - e1305042c62d52c2af4d77cdce5d62f6a0a3ce7b authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
another fix to release script

github.com/hadolint/hadolint - 04bd9072b824cc58fa60016c762a0cb5f270bb9b authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Fix release script

github.com/hadolint/hadolint - 587992f8830a8184c437edfc114e589d11af49ba authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
using --flags instead

github.com/hadolint/hadolint - ebee40b3a9b1d5da780a3c93b36c4a94ad50b236 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
another try at fixing the release script

github.com/hadolint/hadolint - 3426851304718d1c3f3fccdc1c9be03e74080524 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
trying without space

github.com/hadolint/hadolint - 898cf00960231fc37504c10dae9b73b532dc37cc authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
bump version to 1.22.0

github.com/hadolint/hadolint - 911a2709fa109ed05ff5e65fe42832fcae38b7d3 authored over 3 years ago by Jose Lorenzo Rodriguez <[email protected]>
Restore static compilation (#541)

I broke it by forgetting to pass the static flag and the fPIC option to
GHC when moving the bui...

github.com/hadolint/hadolint - 59493d1332b7147f88d09af32151ed851f180dc6 authored over 3 years ago by José Lorenzo Rodríguez <[email protected]>
Add '--no-fail' option (#528)

* Add '--no-fail' option

Each formatter shall exit non 0 code when any error occurs unless '-...

github.com/hadolint/hadolint - 8e85f53a1601e03f76dda20cf45ee8282b6cca8c authored over 3 years ago by Benjamin Einaudi <[email protected]>
Bump actions/cache from v2 to v2.1.4 (#538)

Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](ht...

github.com/hadolint/hadolint - d0815ec99a474c661bcefd98968ac33d87a76044 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/create-release from v1.1.1 to v1.1.4 (#540)

Bumps [actions/create-release](https://github.com/actions/create-release) from v1.1.1 to v1.1.4....

github.com/hadolint/hadolint - f070c0af621bf7cd4c68303b6f7360c07df87405 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/upload-artifact from v1 to v2.2.2 (#539)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.2.
...

github.com/hadolint/hadolint - 95b897eaa1131b2dfd6de7643c7c9d8f9d8692ab authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/download-artifact from v1 to v2.0.8 (#537)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v1 to v2.0....

github.com/hadolint/hadolint - 09e10e5aceb7f2ce92c0cf1a9807d627261457c9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>