Skip to content

Commit 7dd9e70

Browse files
committed
fixes
1 parent c0d1061 commit 7dd9e70

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# GitSecure-CLI
2-
GitSecure is a tool that helps you keep your codebase secure and compliant by scanning for and managing leaked secret credentials. It gives you peace of mind as you develop and ship your applications.
1+
# Gitsecure CLI
2+
Gitsecure is a tool that helps you keep your codebase secure and compliant by scanning for and managing leaked secret credentials. It gives you peace of mind as you develop and ship your applications.
33

44
## Useful links
55

6-
- [Github repo](https://github.com/GitSecure-dev/gitsecure)
6+
- [Github repo](git@github.com:GitsecureHQ/gitsecure-cli.git)
77
- [Proect documentation](https://mirage-collarbone-cf7.notion.site/GitSecure-Model-Structure-c610f335aa07401db311ff44fe4a8758)
88

99
## Requirements
@@ -24,10 +24,10 @@ to run the CLI, use the command below
2424

2525
## Contribution
2626

27-
Pick a ticket on the [Github repository](https://github.com/GitSecure-dev/GitSecure-CLI). If you haven't cloned the repository, use the command to clone from the terminal
27+
Pick a ticket on the [Github repository](https://github.com/GitsecureHQ/gitsecure-cli). If you haven't cloned the repository, use the command to clone from the terminal
2828

2929
```sh
30-
git clone https://github.com/GitSecure-dev/GitSecure-CLI
30+
git clone https://github.com/GitsecureHQ/gitsecure-cli
3131
```
3232

3333
When creating a new branch, **ENSURE** that the branch name starts with the format **GSC-<issue-no>-<short-description>** e.g. **GSC-1-project-setup** and the main branch is from develop.

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
3-
2+
Copyright © 2023 Gitsecure <admin@gitsecure.dev>
43
*/
54
package main
65

pkg/cmd/root.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import (
1111

1212
// rootCmd represents the base command when called without any subcommands
1313
var rootCmd = &cobra.Command{
14-
Use: "GitSecure-CLI",
15-
Short: "GitSecure is a tool for maintaining codebase security and compliance by monitoring for and managing leaked secret credentials, providing peace of mind during development and deployment.",
16-
Long: `GitSecure is a software tool that helps developers and organizations ensure the security and compliance of their codebase by scanning for leaked secret credentials and providing an easy-to-use interface for managing them. With GitSecure, you can detect and remediate any vulnerabilities in your code, helping you avoid costly data breaches and giving you peace of mind as you develop and ship your applications. GitSecure is designed to be easy to use and integrate into your existing workflow, making it a powerful and convenient tool for securing your codebase.`,
14+
Use: "Gitsecure",
15+
Short: "Gitsecure is a tool for maintaining codebase security and compliance by monitoring for and managing leaked secret credentials, providing peace of mind during development and deployment.",
16+
Long: `Gitsecure is a software tool that helps developers and organizations ensure the security and compliance of their codebase by scanning for leaked secret credentials and providing an easy-to-use interface for managing them. With GitSecure, you can detect and remediate any vulnerabilities in your code, helping you avoid costly data breaches and giving you peace of mind as you develop and ship your applications. GitSecure is designed to be easy to use and integrate into your existing workflow, making it a powerful and convenient tool for securing your codebase.`,
1717
// Uncomment the following line if your bare application
1818
// has an action associated with it:
1919
// Run: func(cmd *cobra.Command, args []string) { },

0 commit comments

Comments
 (0)