mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2025-04-05 23:51:15 +02:00
Remove gitleaks workflow
This commit is contained in:
parent
e9b2a59291
commit
0a9298ff04
1 changed files with 0 additions and 26 deletions
26
.github/workflows/gitleaks.yml
vendored
26
.github/workflows/gitleaks.yml
vendored
|
@ -1,26 +0,0 @@
|
|||
name: Gitleaks Security Scan
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
gitleaks:
|
||||
name: Run Gitleaks Scan
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Gitleaks
|
||||
run: |
|
||||
wget https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks-linux-amd64 -O gitleaks
|
||||
chmod +x gitleaks
|
||||
sudo mv gitleaks /usr/local/bin/
|
||||
|
||||
- name: Run Gitleaks
|
||||
run: gitleaks detect --source . --verbose --exit-code 1
|
Loading…
Add table
Reference in a new issue