Logo
Explore Help
Register Sign In
jarvis/dd0c
1
0
Fork 0
You've already forked dd0c
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6d66fff1bd04f028c189a628e4d528c72fbe7e86
dd0c/products/02-iac-drift-detection/agent/go.mod

13 lines
260 B
Modula-2
Raw Normal View History

Scaffold dd0c/drift Go agent: CLI, scanner, scrubber, reporter, models - cobra CLI: check (one-shot), watch (SQS consumer), version - models: DriftReport, DriftedResource, severity classification (critical/high/medium/low) - scanner: Terraform v4 state parser, resource counter - scrubber: regex + Shannon entropy secret detection (strict/permissive/off modes) - reporter: mTLS HTTP client with nonce replay prevention - tests: severity classification (8 cases), scrubber (AWS keys, RSA, entropy, attributes)
2026-03-01 02:42:53 +00:00
module github.com/dd0c/drift-agent
go 1.22
require (
github.com/hashicorp/hcl/v2 v2.20.0
github.com/hashicorp/terraform-json v0.21.0
github.com/spf13/cobra v1.8.0
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.22.0
google.golang.org/protobuf v1.33.0
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 53ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API