-
Notifications
You must be signed in to change notification settings - Fork 509
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
🌱 Restrict egress on github actions #1733
🌱 Restrict egress on github actions #1733
Conversation
Integration tests success for |
Codecov Report
@@ Coverage Diff @@
## main #1733 +/- ##
==========================================
+ Coverage 56.71% 59.79% +3.07%
==========================================
Files 65 65
Lines 6377 6377
==========================================
+ Hits 3617 3813 +196
+ Misses 2519 2317 -202
- Partials 241 247 +6 |
bf3317c
to
64808c6
Compare
Integration tests success for |
Integration tests success for |
87650c0
to
55977d2
Compare
Integration tests success for |
Integration tests success for |
Signed-off-by: naveensrinivasan <[email protected]>
f753239
to
7eccbd9
Compare
Integration tests success for |
Integration tests success for |
Integration tests success for |
@naveensrinivasan wanted to share this finding. |
we do use a library called mockgen to generate mock implementation, it may not be a false positive! (idk how the library works under the hood) |
There is a call to
|
What kind of change does this PR introduce?
(Is it a bug fix, feature, docs update, something else?)
What is the current behavior?
What is the new behavior (if this is a feature change)?**
Restrict egress for github actions
Which issue(s) this PR fixes
NONE
Special notes for your reviewer
Does this PR introduce a user-facing change?
For user-facing changes, please add a concise, human-readable release note to
the
release-note
(In particular, describe what changes users might need to make in their
application as a result of this pull request.)