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

Secret scanning API #893

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Secret scanning API #893

merged 2 commits into from
Oct 5, 2023

Conversation

bjoernricks
Copy link
Contributor

What

Implement the GitHub Secret scanning API

Why

Providing the API will allow to analyze the found secrets by GitHub in all repositories.

References

DEVOPS-817

Checklist

  • Tests

Add new models and enums required to implement the secret scanning API
of GitHub.
Allow to analyze the found secret scanning alerts of GitHub.
@bjoernricks bjoernricks requested a review from a team as a code owner October 4, 2023 13:40
@bjoernricks bjoernricks enabled auto-merge (rebase) October 4, 2023 13:40
@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Conventional Commits Report

Type Number
Added 2

🚀 Conventional commits found.

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #893 (0157654) into main (cf5b3ff) will increase coverage by 0.06%.
The diff coverage is 92.48%.

@@            Coverage Diff             @@
##             main     #893      +/-   ##
==========================================
+ Coverage   89.78%   89.84%   +0.06%     
==========================================
  Files          86       88       +2     
  Lines        5774     5907     +133     
  Branches      813      837      +24     
==========================================
+ Hits         5184     5307     +123     
- Misses        416      421       +5     
- Partials      174      179       +5     
Files Coverage Δ
pontos/github/models/secret_scanning.py 100.00% <100.00%> (ø)
pontos/github/api/api.py 88.00% <75.00%> (-0.74%) ⬇️
pontos/github/api/secret_scanning.py 85.71% <85.71%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bjoernricks bjoernricks merged commit 9222594 into main Oct 5, 2023
18 checks passed
@bjoernricks bjoernricks deleted the secret-scanning-api branch October 5, 2023 06:38
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