replace woodpecker-ci with gitea-act-runner #166
1 changed files with 15 additions and 0 deletions
15
.gitea/workflows/gitleaks.yaml
Normal file
15
.gitea/workflows/gitleaks.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: gitleaks
|
||||||
|
run-name: gitleaks
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
gitleaks:
|
||||||
|
#runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Run Gitleaks
|
||||||
|
uses: docker://zricethezav/gitleaks:v8.18.4
|
||||||
|
with:
|
||||||
|
args: detect --no-git --verbose --source ${{ github.workspace }}
|
Loading…
Reference in a new issue