Skip to content

Commit

Permalink
doc: small comment about performance
Browse files Browse the repository at this point in the history
Since we don't need Docker, we will likely be on par or faster
than other github actions.
  • Loading branch information
jbergstroem committed Mar 20, 2021
1 parent 788989f commit 6f01f7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ If `output_format` is set, the github action variable `hadolint_output` will be
## Robustness

Also known as "can I run this in production". The action itself is tested via CI for all its use cases as well as unit tests for each function. Additionally, `shellcheck` is run against all shell scripts. Releases are cut manually (for now) and the action will strictly follow semver with regards to breaking functionality or options.

## Performance

Due to staying with bash we can avoid Docker-related performance penalties. Yet to be benchmarked, but it is likely on par or faster than other hadolint actions.

0 comments on commit 6f01f7b

Please sign in to comment.