Uh oh!
There was an error while loading. Please reload this page.
Add type RepositoryAttachment for GetRepositoriesForCodeSecurityConfiguration - #3705
Add type RepositoryAttachment for GetRepositoriesForCodeSecurityConfiguration#3705ericmortebidbax wants to merge 1 commit into
Conversation
…CodeSecurityConfiguration
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
ericmort
commented
Aug 30, 2025
This is a duplicate of #3707, this PR should be closed. |
gmlewis
commented
Sep 18, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #3705 +/- ##
=======================================
Coverage 91.08% 91.08% =======================================
Files 187 187 Lines 16581 16581 =======================================
Hits 15103 15103 Misses 1293 1293 Partials 185 185 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gmlewis
commented
Sep 22, 2025
Closing. |
As mentioned in my comment under #3217 there is a problem with the way GetRepositoriesForCodeSecurityConfiguration unmarshales the API result data. This PR fixes that particular problem.
It does not necessarily fix the original issue as reported.