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

Secrets Scanning Alerts #1080

Closed
ls-philippe-gamache opened this issue Sep 8, 2022 · 1 comment · Fixed by #1114
Closed

Secrets Scanning Alerts #1080

ls-philippe-gamache opened this issue Sep 8, 2022 · 1 comment · Fixed by #1114
Labels
feature-request good first issue Ideal for your first contribution!

Comments

@ls-philippe-gamache
Copy link

Add Secrets Scanning Alerts for Entreprise, Organizations and Repository

https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning#list-secret-scanning-alerts-for-an-enterprise
call : Sprintf("enterprises/%v/secret-scanning/alerts", %enterprise)

https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning#list-secret-scanning-alerts-for-an-organization
call : Sprintf("orgs/%v/secret-scanning/alerts", %org)

https://docs.github.com/en/enterprise-server@3.5/rest/secret-scanning#list-secret-scanning-alerts-for-a-repository
call : Sprintf("repos/%v/%v/secret-scanning/alerts", owner, repo)

@acrobat
Copy link
Collaborator

acrobat commented Sep 12, 2022

Hi @ls-philippe-gamache, thanks for the feature-request. Feel free to open a PR to add these endpoints (together with a few tests and docs)!

@acrobat acrobat added feature-request good first issue Ideal for your first contribution! labels Sep 12, 2022
acrobat pushed a commit that referenced this issue Oct 17, 2023
This PR was squashed before being merged into the 3.12-dev branch.

Discussion
----------

Feature:

- Secret Scanning Alerts

Doc:
- Secret Scanning doc

Closes #1080 

Commits
-------

98053b5 feat: Add Secret Scanning Alerts (Enterprise, Organization & Repository)
7b434a9 chore(styleci): apply styleci patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request good first issue Ideal for your first contribution!
Projects
None yet
2 participants