This commit is contained in:
Michael Grote 2024-01-25 20:46:41 +01:00
parent dabf332abd
commit cb49bb51c8
1 changed files with 4 additions and 5 deletions

View File

@ -4,15 +4,12 @@ on:
push
jobs:
clone:
steps:
- name: Check out repository
uses: actions/checkout@v3
gitleaks:
container:
image: zricethezav/gitleaks:latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: gitleaks
run: gitleaks detect --no-git --verbose --source $GITHUB_WORKSPACE
@ -22,6 +19,8 @@ jobs:
env:
VAULT-PASS: ${{ secrets.vault_pass }} # Repo-Secret
steps:
- name: Check out repository
uses: actions/checkout@v3
- run: ansible-lint --version
- run: echo $VAULT-PASS > ./vault-pass.yml # nach des Secret in Großschreibung
- run: ls -lah