dd
This commit is contained in:
parent
202e9f6a6b
commit
59f61c0b6a
1 changed files with 2 additions and 3 deletions
|
@ -12,11 +12,10 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Gitleaks
|
- name: Run ansible-lint
|
||||||
uses: docker://zricethezav/gitleaks:v8.18.4
|
uses: docker://zricethezav/gitleaks:v8.18.4
|
||||||
options: --entrypoint ansible-lint
|
|
||||||
with:
|
with:
|
||||||
args: --force-color --format pep8 --show-relpath
|
args: tmux detach-client; ansible-lint--force-color --format pep8 --show-relpath
|
||||||
|
|
||||||
gitleaks:
|
gitleaks:
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue