dddd
This commit is contained in:
parent
46fe66c0b5
commit
9c800c8471
1 changed files with 6 additions and 7 deletions
|
@ -9,7 +9,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Gitleaks
|
||||
uses: docker://zricethezav/gitleaks:v8.18.4
|
||||
with:
|
||||
|
@ -19,15 +18,15 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run hadolint
|
||||
uses: docker://pipelinecomponents/hadolint:0.26.4
|
||||
with:
|
||||
args: hadolint Dockerfile
|
||||
|
||||
shellcheck:
|
||||
shellcheck: # https://github.com/marketplace/actions/shellcheck
|
||||
name: Shellcheck
|
||||
steps:
|
||||
- name: Run shellcheck # https://gitea.com/gitea/act_runner/issues/189
|
||||
uses: docker://koalaman/shellcheck-alpine:v0.10.0
|
||||
with:
|
||||
args: shell.sh
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
|
|
Loading…
Reference in a new issue