Files
jenkins-inbound-agent/.pre-commit-config.yaml
Melissa Avery-Weir 28eb382c6c
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m53s
Build / Build and analyze (push) Has been cancelled
Create workflows
2025-12-17 17:10:45 -05:00

14 lines
364 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: package.lock.json