Added gitleak action
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 23s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 23s
This commit is contained in:
parent
60cd7ef805
commit
b538c4b696
15
.gitea/workflows/gitleak.yml
Normal file
15
.gitea/workflows/gitleak.yml
Normal file
@ -0,0 +1,15 @@
|
||||
name: Build and Push Docker Images
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: gitleaks/gitleaks-action@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
x
Reference in New Issue
Block a user