diff --git a/.gitea/workflows/gitleaks.yaml b/.gitea/workflows/gitleaks.yaml index 82300288..96a2e19f 100644 --- a/.gitea/workflows/gitleaks.yaml +++ b/.gitea/workflows/gitleaks.yaml @@ -3,6 +3,8 @@ on: push: branches: [ master ] pull_request: + schedule: + - cron: '* 22 * * *' # test jobs: gitleaks: diff --git a/README.md b/README.md index f84fd499..c50fe92d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # ansible_heimserver -![status-badge](https://git.mgrote.net/mg/homeserver/actions/workflows/ansible-lint.yaml/badge.svg) - ## ansible-devspace - Repository: https://git.mgrote.net/container-images/ansible-devspace @@ -9,3 +7,7 @@ - ``devspace.sh`` pulled Image, prüft ob SSH-Key und ``vault-pass`` vorhanden sind - mountet git-Secrets - startet Container + + +https://git.mgrote.net/mg/homeserver/actions/workflows/{workflow_file}/badge.svg?branch={branch}&event={event} +https://git.mgrote.net/mg/homeserver/actions/workflows/ansible-lint.yaml/badge.svg