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
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cycjimmy/semantic-release-action@v2
|
||||
- uses: cycjimmy/semantic-release-action@v3
|
||||
with:
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
|
|
|
@ -18,12 +18,11 @@ inputs:
|
|||
output-file:
|
||||
required: false
|
||||
description: 'The path where to save the linting results to'
|
||||
default:
|
||||
default: "/dev/stdout"
|
||||
results-to-console:
|
||||
required: false
|
||||
description: 'The flag to print Hadolint results to console'
|
||||
default: false
|
||||
|
||||
# standart hadolint options:
|
||||
no-color:
|
||||
required: false
|
||||
|
|
Loading…
Add table
Reference in a new issue