Skip to content

Commit

Permalink
fix: Re-enable some pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Aug 28, 2024
1 parent bc43788 commit 629a490
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ repos:
- --allow-multiple-documents
- id: destroyed-symlinks
# - id: detect-private-key
# - id: end-of-file-fixer
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
args:
- --fix=lf
# - id: trailing-whitespace
- id: trailing-whitespace

# ----------------------------------------------------------------------------
# goplicate-start:golang
Expand Down
3 changes: 0 additions & 3 deletions trivy-license.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
cache:
backend: fs
clear: false
db:
download-java-only: false
download-only: false
Expand Down Expand Up @@ -170,11 +169,9 @@ list-all-pkgs: true
misconfiguration:
include-non-failures: false
policy-bundle-repository: ghcr.io/aquasecurity/defsec:0
reset-policy-bundle: false
output: ""
quiet: true
report: summary
reset: false
scan:
compliance: ""
file-patterns: []
Expand Down
8 changes: 0 additions & 8 deletions trivy-vuln.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
cache:
backend: fs
clear: false
db:
download-java-only: false
download-only: false
java-repository: ghcr.io/aquasecurity/trivy-java-db
java-skip-update: false
light: false
no-progress: false
repository: ghcr.io/aquasecurity/trivy-db
skip-update: false
# debug: false
dependency-tree: true
Expand All @@ -22,18 +19,13 @@ insecure: false
list-all-pkgs: true
misconfiguration:
include-non-failures: false
policy-bundle-repository: ghcr.io/aquasecurity/defsec:0
reset-policy-bundle: false
output: ""
quiet: true
report: summary
reset: false
scan:
compliance: ""
file-patterns: []
offline: false
rekor-url: https://rekor.sigstore.dev
sbom-sources: []
scanners:
- vuln
- config
Expand Down

0 comments on commit 629a490

Please sign in to comment.