Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/utils/.gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ title = "Gitleaks config"
[extend]
useDefault = true

# Ignore test files and test directories
[[allowlists]]
paths = [
'''.*_test\..*''', # Test files
'''(^|/)testdata/.*''', # Testdata directories
'''devel/devkeys/.*''', # Development keys
'''devel/README\.md''', # Development docs with example tokens
'''deployment/chainloop/.*README\.md''', # Helm chart documentation
'''deployment/chainloop/values\.yaml''', # Helm values with example keys
'''deployment/chainloop/templates/_helpers\.tpl''', # Helm template helpers
]
27 changes: 0 additions & 27 deletions .gitleaksignore

This file was deleted.

2 changes: 1 addition & 1 deletion app/cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ var (
// It can be overridden by the user if they want to use their own instance of Posthog or deactivated by setting
// DO_NOT_TRACK=1 more information that can be found at: https://github.com/chainloop-dev/chainloop/blob/main/docs/docs/reference/operator/cli-telemetry.mdx
// nolint:gosec
posthogAPIKey = "phc_TWWW19kEiD6sEejlHKWcICQ5Vc06vZUTYia8WdPB0A0"
posthogAPIKey = "phc_TWWW19kEiD6sEejlHKWcICQ5Vc06vZUTYia8WdPB0A0" // gitleaks:allow
posthogEndpoint = "https://crb.chainloop.dev"
)

Expand Down
2 changes: 1 addition & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ modules:
- FIELD_SAME_DEFAULT
deps:
- buf.build/bufbuild/protovalidate:v1.1.0
- buf.build/googleapis/googleapis:4ed3bc159a8b4ac68fe253218760d035
- buf.build/googleapis/googleapis:4ed3bc159a8b4ac68fe253218760d035 # gitleaks:allow
- buf.build/grpc-ecosystem/grpc-gateway:v2.26.3
- buf.build/kratos-go/kratos:e1d52e944e3845c6862a566db322432d
Loading