This commit is contained in:
Michael Grote 2024-01-25 20:26:34 +01:00
parent d049b8db4c
commit fd311282f0
1 changed files with 14 additions and 0 deletions

14
.gitea/workflows/lint.yml Normal file
View File

@ -0,0 +1,14 @@
---
name: lint
on:
push
jobs:
gitleaks:
container:
image: zricethezav/gitleaks:latest
env:
TEST_ENV: hallo
steps:
- name: gitleaks
run: gitleaks detect --no-git --verbose --source $GITHUB_WORKSPACE