mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-16 07:05:54 +00:00
Set PWD and HOME environment variables accordingly
This commit is contained in:
parent
eeab5ede16
commit
6eded94cd6
3 changed files with 8 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ steps:
|
|||
|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------|--------------------|
|
||||
| `dockerfile` | The path to the Dockerfile to be tested | `./Dockerfile` |
|
||||
| `recursive` | Search for specified dockerfile </br> recursively, from the project root | `false` |
|
||||
| `config` | Custom path to a Hadolint config file | `./.hadolint.yaml` |
|
||||
| `config` | Custom path to a Hadolint config file | |
|
||||
| `output-file` | A sub-path where to save the </br> output as a file to | |
|
||||
| `no-color` | Don't create colored output (`true`/`false`) | |
|
||||
| `no-fail` | Never fail the action (`true`/`false`) | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue