Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
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
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Gitlabctl
<div align="center">
<h1>gitlabctl</h1>

[![GitHub Release][release-img]][release]
[![Verify][verify-img]][verify]
[![Go Report Card][go-report-img]][go-report]
[![License: Apache-2.0][license-img]][license]

[![GitHub Downloads][github-downloads-img]][release]
[![Docker Pulls][docker-pulls-img]][docker-pull]

</div>

gitlabctl offers security teams a way to tie Gitlab primitives into their security workflows, ensuring that they leverage those primitives within their security automation pipelines. Designed with data-modeling and data-integration needs in mind, gitlabctl can be used on its own as an interactive CLI, orchestrated as part of a broader data pipeline, or leveraged from within the Method Platform.

Expand Down Expand Up @@ -46,3 +57,16 @@ gitlabctl is a Method Security open source project.
Learn more about Method's open source source work by checking out our other projects [here](https://github.com/Method-Security) or our organization wide documentation [here](https://method-security.github.io).

Have an idea for a Tool to contribute? Open a Discussion [here](https://github.com/Method-Security/Method-Security.github.io/discussions).

[verify]: https://github.com/Method-Security/gitlabctl/actions/workflows/verify.yml
[verify-img]: https://github.com/Method-Security/gitlabctl/actions/workflows/verify.yml/badge.svg
[go-report]: https://goreportcard.com/report/github.com/Method-Security/gitlabctl
[go-report-img]: https://goreportcard.com/badge/github.com/Method-Security/gitlabctl
[release]: https://github.com/Method-Security/gitlabctl/releases
[releases]: https://github.com/Method-Security/gitlabctl/releases/latest
[release-img]: https://img.shields.io/github/release/Method-Security/gitlabctl.svg?logo=github
[github-downloads-img]: https://img.shields.io/github/downloads/Method-Security/gitlabctl/total?logo=github
[docker-pulls-img]: https://img.shields.io/docker/pulls/methodsecurity/gitlabctl?logo=docker&label=docker%20pulls%20%2F%20gitlabctl
[docker-pull]: https://hub.docker.com/r/methodsecurity/gitlabctl
[license]: https://github.com/Method-Security/gitlabctl/blob/main/LICENSE
[license-img]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package cmd implements the CobraCLI commands for the methodaws CLI. Subcommands for the CLI should all live within
// Package cmd implements the CobraCLI commands for the gitlabctl CLI. Subcommands for the CLI should all live within
// this package. Logic should be delegated to internal packages and functions to keep the CLI commands clean and
// focused on CLI I/O.
package cmd
Expand Down