Skip to content

Commit

Permalink
Merge pull request #26 from dtaniwaki/patch-1
Browse files Browse the repository at this point in the history
Fix names of available inputs
  • Loading branch information
erzz authored Feb 21, 2024
2 parents add0ab0 + b6f4219 commit f26ece0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ You can set your own threshold for when to fail the job and decide whether a fai
| `failure-threshold` | warn | Threshold for findings to trigger a failure of the job Options are `INFO`, `WARN`, or `FATAL` |
| `exit-code` | 1 | Change to `0` if you don't wish to "break the build" on findings |
| `dockle-version` | latest | Specify a version of Dockle to use in the format `1.2.3`, otherwise it uses the latest version |
| `accept-keywords` | "" | Comma seperated list of acceptable keywords for credential checks e.g. `GPG_KEY,KEYCLOAK_VERSION` |
| `accept-filenames` | "" | Comma seperated list of acceptable file names for credential checks e.g. `id_rsa,id_dsa` |
| `accept-extensions` | "" | Comma seperated list of acceptable file extensions for credential checks e.g. `pem,log` |
| `accept-key` | "" | Comma seperated list of acceptable keywords for credential checks e.g. `GPG_KEY,KEYCLOAK_VERSION` |
| `accept-file` | "" | Comma seperated list of acceptable file names for credential checks e.g. `id_rsa,id_dsa` |
| `accept-extension` | "" | Comma seperated list of acceptable file extensions for credential checks e.g. `pem,log` |
| `timeout` | "10m" | Time allowed for the image to be pulled from the registry e.g) `5s`, `5m`... |
| `token` | ${{ github.token }} | Token used to call the GitHub API and retrive the latest dockle version |

Expand Down

0 comments on commit f26ece0

Please sign in to comment.