httpd/.gitea/workflows/gitleaks.yaml

17 lines
329 B
YAML
Raw Normal View History

2024-08-27 21:19:51 +02:00
name: gitleaks
on:
push:
branches: [ master ]
pull_request:
jobs:
gitleaks:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Gitleaks
uses: docker://zricethezav/gitleaks:v8.18.4
with:
args: detect --no-git --verbose --source ${{ github.workspace }}