We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e11ca0 commit cfbb717Copy full SHA for cfbb717
.github/workflows/trivy.yml .github/workflows/security.yml.github/workflows/trivy.yml renamed to .github/workflows/security.yml
@@ -1,6 +1,5 @@
1
name: security
2
on:
3
- pull_request:
4
push:
5
workflow_dispatch:
6
schedule:
.pre-commit-config.yaml
@@ -15,10 +15,15 @@ repos:
15
- id: check-yaml
16
- id: check-added-large-files
17
args: ["--maxkb=2000"]
18
+ - repo: https://github.com/gitleaks/gitleaks
19
+ rev: v8.28.0
20
+ hooks:
21
+ - name: gitleaks
22
+ id: gitleaks
23
- repo: local
24
hooks:
25
- id: lint
- name: Run linting
26
+ name: lint
27
entry: make lint
28
language: system
29
pass_filenames: false
0 commit comments