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
8 changes: 0 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,3 @@ BANXA_WEBHOOK_SECRET=
# alertmanager/secrets/*, not from this file; see alertmanager/README.md.
GRAFANA_ADMIN_USER=admin
GRAFANA_ADMIN_PASSWORD=admin

# Security scanning - see docs/SECURITY_SCANNING.md
# Shared secret the CI security-scan workflow presents via the x-scan-token
# header when POSTing scan results to POST /security/scans/ingest.
SECURITY_SCAN_TOKEN=
# Optional: webhook (e.g. a Slack incoming webhook URL) notified on every
# CRITICAL vulnerability ingested.
SECURITY_ALERT_WEBHOOK_URL=
41 changes: 0 additions & 41 deletions .github/dependabot.yml

This file was deleted.

223 changes: 0 additions & 223 deletions .github/workflows/security-scan.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .gitleaks.toml

This file was deleted.

66 changes: 0 additions & 66 deletions .semgrep/security-rules.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .zap/rules.tsv

This file was deleted.

2 changes: 0 additions & 2 deletions backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { MetricsModule } from './common/metrics/metrics.module';
import { DistributedLedgerModule } from './distributed-ledger/distributed-ledger.module';
import { ZKPModule } from './zkp/zkp.module';
import { FraudDetectionModule } from './fraud-detection/fraud-detection.module';
import { SecurityModule } from './security/security.module';
import { MetricsService } from './common/metrics/metrics.service';
import { TypeOrmMetricsLogger } from './common/metrics/typeorm-metrics.logger';
import { DbPoolMetricsService } from './common/metrics/db-pool-metrics.service';
Expand Down Expand Up @@ -52,7 +51,6 @@ import { DbPoolMetricsService } from './common/metrics/db-pool-metrics.service';
DistributedLedgerModule,
ZKPModule,
FraudDetectionModule,
SecurityModule,
PaymentModule,
ApiGatewayModule,
BlockchainListenerModule,
Expand Down
Loading