mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-31 03:41:08 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
79c12b5608
2 changed files with 2 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -112,7 +112,7 @@ jobs:
|
||||||
needs: integration-tests
|
needs: integration-tests
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cycjimmy/semantic-release-action@v2
|
- uses: cycjimmy/semantic-release-action@v3
|
||||||
with:
|
with:
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git
|
@semantic-release/git
|
||||||
|
|
|
@ -18,12 +18,11 @@ inputs:
|
||||||
output-file:
|
output-file:
|
||||||
required: false
|
required: false
|
||||||
description: 'The path where to save the linting results to'
|
description: 'The path where to save the linting results to'
|
||||||
default:
|
default: "/dev/stdout"
|
||||||
results-to-console:
|
results-to-console:
|
||||||
required: false
|
required: false
|
||||||
description: 'The flag to print Hadolint results to console'
|
description: 'The flag to print Hadolint results to console'
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
# standart hadolint options:
|
# standart hadolint options:
|
||||||
no-color:
|
no-color:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue