Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: restructure pillager for improved modularity and feature expansion [TASK-10] [TASK-11] [TASK-13] #118

Merged
merged 4 commits into from
Nov 3, 2024

Conversation

brittonhayes
Copy link
Owner

Changes

  • Upgrade from Go v1.18 to v1.21
  • Rename hunter package to scanner
  • Adopt plugin-style approach to scanners to enable the use of more scanners than just gitleaks
  • Make better usage of interfaces to share contracts between packages and dependencies
  • Decouple gitleaks datamodels from pillager data models to improve code modularity
  • Redesign all report templates with a fresh look and better context
  • Aggregate gitleaks rules and the pillager config into a shared pillager.toml
  • Move project wide models to pillager project root for easier sharing of universal types without creating cyclic dependencies

@brittonhayes brittonhayes added the feature New feature or request label Nov 3, 2024
@brittonhayes brittonhayes self-assigned this Nov 3, 2024
Copy link

Copy link

@brittonhayes brittonhayes merged commit 107e596 into main Nov 3, 2024
4 checks passed
@brittonhayes brittonhayes deleted the feat/restructure branch November 3, 2024 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant