-
Notifications
You must be signed in to change notification settings - Fork 508
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
🌱 Convert pinned dependencies to probe #3829
Conversation
d2bc061
to
b42e010
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3829 +/- ##
==========================================
- Coverage 68.90% 68.80% -0.11%
==========================================
Files 231 232 +1
Lines 15669 15682 +13
==========================================
- Hits 10797 10790 -7
- Misses 4206 4223 +17
- Partials 666 669 +3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally ok as a conversion PR. Left some comments
/scdiff generate Pinned-Dependencies |
88f9018
to
2d2bb30
Compare
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: Adam Korczynski <[email protected]>
Signed-off-by: AdamKorcz <[email protected]>
d594ef5
to
1d58fbc
Compare
Signed-off-by: AdamKorcz <[email protected]>
@spencerschrock PTAL again. |
/scdiff generate Pinned-Dependencies |
LGTM. Will merge on Monday (just in case theres anything we didn't catch, it gives us more time to catch it before the cron uses it) |
* 🌱 Convert pinned dependencies to probe Signed-off-by: Adam Korczynski <[email protected]> * add more tests Signed-off-by: Adam Korczynski <[email protected]> * add checks unit test Signed-off-by: Adam Korczynski <[email protected]> * fix year in probe header and add mising test file Signed-off-by: Adam Korczynski <[email protected]> * Change usage of ValidateTestReturn Signed-off-by: Adam Korczynski <[email protected]> * rename test Signed-off-by: Adam Korczynski <[email protected]> * change 'pinned' to 'unpinned' in test name Signed-off-by: Adam Korczynski <[email protected]> * export 'depTypeKey' Signed-off-by: Adam Korczynski <[email protected]> * Do not copy test Dockerfile Signed-off-by: Adam Korczynski <[email protected]> * rename test Signed-off-by: Adam Korczynski <[email protected]> * Rebase and bring back 'Test_generateOwnerToDisplay' Signed-off-by: Adam Korczynski <[email protected]> * Use API to create finding Signed-off-by: AdamKorcz <[email protected]> * one more change to how the probe creates a finding Signed-off-by: AdamKorcz <[email protected]> --------- Signed-off-by: Adam Korczynski <[email protected]> Signed-off-by: AdamKorcz <[email protected]>
What kind of change does this PR introduce?
feature
What is the current behavior?
Currently, the Pinned Dependencies check does not include probes.
What is the new behavior (if this is a feature change)?**
This converts the Pinned Dependencies evaluation to probes.
Which issue(s) this PR fixes
NONE
Special notes for your reviewer
Does this PR introduce a user-facing change?