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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Gitleaks
|
- name: Run Gitleaks
|
||||||
uses: docker://zricethezav/gitleaks:v8.18.4
|
uses: docker://zricethezav/gitleaks:v8.18.4
|
||||||
with:
|
with:
|
||||||
|
@ -19,15 +18,15 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run hadolint
|
- name: Run hadolint
|
||||||
uses: docker://pipelinecomponents/hadolint:0.26.4
|
uses: docker://pipelinecomponents/hadolint:0.26.4
|
||||||
with:
|
with:
|
||||||
args: hadolint Dockerfile
|
args: hadolint Dockerfile
|
||||||
|
|
||||||
shellcheck:
|
shellcheck: # https://github.com/marketplace/actions/shellcheck
|
||||||
|
name: Shellcheck
|
||||||
steps:
|
steps:
|
||||||
- name: Run shellcheck # https://gitea.com/gitea/act_runner/issues/189
|
- name: Checkout code
|
||||||
uses: docker://koalaman/shellcheck-alpine:v0.10.0
|
uses: actions/checkout@v4
|
||||||
with:
|
- name: Run ShellCheck
|
||||||
args: shell.sh
|
uses: ludeeus/action-shellcheck@master
|
||||||
|
|
Loading…
Reference in a new issue