This commit is contained in:
Michael Grote 2024-01-25 20:37:28 +01:00
parent 9a4b2f8a0f
commit cf6d9d53b1
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,6 @@ jobs:
gitleaks:
container:
image: zricethezav/gitleaks:latest
env:
TEST_ENV: hallo
steps:
- name: gitleaks
run: gitleaks detect --no-git --verbose --source $GITHUB_WORKSPACE
@ -19,6 +17,7 @@ jobs:
env:
VAULT-PASS: ${{ secrets.vault_pass }} # Repo-Secret
steps:
- run: pwd
- run: ansible-lint --version
- run: echo $VAULT-PASS > ./vault-pass.yml # nach des Secret in Großschreibung
- run: ansible-galaxy install -r requirements.yml