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

ghe-reposec: initial commit #1

Merged
merged 2 commits into from
Jan 17, 2025
Merged

ghe-reposec: initial commit #1

merged 2 commits into from
Jan 17, 2025

Conversation

danfaizer
Copy link
Contributor

ghe-reposec is a tool designed to verify the implementation of security controls in GitHub Enterprise repositories.

How It Works

Repository Collection: The tool gathers a list of all repositories within a specified GitHub organization. If no organization is specified, it collects repositories from all organizations.
Lava Scan: It performs a lava scan on each repository to evaluate their security settings.
Summary Report: A report is generated, detailing which repositories have the required security controls in place, along with specific information about the controls.

Configuration

All configuration for ghe-reposec is managed through environment variables.

Copy link

@jesusfcr jesusfcr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, I just put some comments.

README.md Outdated Show resolved Hide resolved
internal/config/config.go Outdated Show resolved Hide resolved
internal/lava/lava.go Show resolved Hide resolved
internal/lava/lava.go Show resolved Hide resolved
Copy link

@jesusfcr jesusfcr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danfaizer danfaizer merged commit e884bd7 into main Jan 17, 2025
6 checks passed
@danfaizer danfaizer deleted the wip branch January 17, 2025 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants