Repo-supervisor icon
Repo-supervisor icon

Repo-supervisor

 Like

It happens sometimes that you can commit secrets or passwords to your repository by accident. The recommended best practice is not commit the secrets, that's obvious. But not always that obvious when you have a big merge waiting to be reviewed.

Repo-supervisor screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1. Git icon  Git Support

Repo-supervisor News & Activities

Highlights All activities

Recent activities

Show all activities

Repo-supervisor information

  • Developed by

    Unknown
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    9 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  648 Stars
  •  89 Forks
  •  18 Open Issues
  •   Updated Jun 23, 2023 (Archived)
View on GitHub

Our users have written 0 comments and reviews about Repo-supervisor, and it has gotten 0 likes

Repo-supervisor was added to AlternativeTo by fazlerabbi37 on Apr 24, 2019 and this page was last updated Apr 24, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Repo-supervisor?

It happens sometimes that you can commit secrets or passwords to your repository by accident. The recommended best practice is not commit the secrets, that's obvious. But not always that obvious when you have a big merge waiting to be reviewed.

This tool allows you to setup a webhook that waits for the Pull Requests and scans all interesting files to check for leaked secrets. Every time PR is updated it rescans latest changes and generates a report.

Both acknowledge and rejection actions are triggering Slack notification which allows to whether improve or fix secrets detection rules.

Acknowledge report (YES): Approve that report as valid, detected strings are actual secrets.

Reject report (NO): Reject report, detected secrets are not credentials but only object identifiers, messages or other not related strings. It will help to improve the false-positives ratio.

Official Links