-
Notifications
You must be signed in to change notification settings - Fork 97
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
NEGRAH GCP fixes #117 #127
Conversation
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. |
Please accept Google CLA before I can review this commit. Adjust commit message to better summarize what you want to change in this PR. |
Hi @NEGRAH-S, if you are still unable to figure out why Google-CLA is stopping you from making a change. Ensure both of your Github-account- @NEGRAH-S and your Local-Git-Machine account-<ne***h@Negrahs-MacBook-Pro.local> are linked with a single Email account. Also all the commits should be made after first switching your github email to public and then use I hope this helps, cause I just figured it out recently too! |
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.
It's very difficult to follow what changes are where and why. Please squash the commits and separate the whitespace changes from the comment changes so that I can continue the review.
@@ -1,18 +1,19 @@ | |||
#!/usr/bin/env python3 | |||
'''!/usr/bin/env python3 |
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.
This whole block is incorrect. Please revert
@@ -15,8 +15,8 @@ | |||
"""The main module of GCP Scanner. | |||
|
|||
""" | |||
|
|||
# imprted main module of GCP |
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.
Redundant comment
from . import scanner | ||
|
||
if __name__ == '__main__': | ||
scanner.main() | ||
if __name__ == "__main__": |
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.
Why " instead of '?
|
||
import argparse | ||
import logging | ||
|
||
# Defined a function using imported module |
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.
Redundant comment
mam i have accepten it but don't know why it is showing like that let me check the linked email for both |
@ZetaTwo I am working upon the work told by you and will revert u as soon as possible |
Hi @NEGRAH-S, Hope you are doing well mate! |
@Bhardwaj-Himanshu hey bro, yeah I would highly admire if you could help in same. |
@NEGRAH-S, I am very happy to help brother! Thanks |
@Bhardwaj-Himanshu |
Hi @NEGRAH-S, OR You can change your "GIT-CONFIG USEREMAIL " This link is a detailed guide, please do check it out-https://help.umbler.com/hc/en-us/articles/360007180671-Turning-your-e-mail-public-on-GitHub |
@Bhardwaj-Himanshu I did as u said then also updated my CLA details it shows updated but still issue is not resolved. can we connect on some private medium for solve the issue. |
@NEGRAH-S, Thanks for the feedback. Now that you have updated your email both on your local machine and github--> I want you to check if your email is marked private or public on github, using the link- https://help.umbler.com/hc/en-us/articles/360007180671-Turning-your-e-mail-public-on-GitHub Coming on to connecting privately, I would love to do so, so here is my linkedin-https://www.linkedin.com/in/himanshu--bhardwaj/ But let's keep this discussion open and public here on github, so that if I am unable to help, others can look into it and help you. After opting for public email id on github, I want you to again commit the changes first by making a small change on your local machine, and then upload them into github into another branch or Then create another pull request(could be a test one) and let the checks take place and let me know via a screenshot what happens! |
As discussed with @Bhardwaj-Himanshu I have decided to close this PR and make new with changes mentioned by @ZetaTwo . |
Also, before changing the lines could you please add OR you could watch this youtube video for the same, https://www.youtube.com/watch?v=-7t0ewz7-jk |
dest="log_file", | ||
help="Save logs to the path specified rather than displaying in\ | ||
console", | ||
) |
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.
Could you also try removing the unnecessary whitespaces and indentations, these create a great amount of confusion when reviewing the file and some changes could go unnoticed.
Thanks!
hello @Bhardwaj-Himanshu , I was occupied with some work but I saw someone has made an PR addressing same issue , so I feel this PR can be closed . |
Description
I added few comments from my end that will elaborate more to its understanding as well as I made some changes to indentation.
Changes Made
-Added Comments
-Indentation was done
Checklist
Related Issues
issue
Additional Notes
This was done with lots of hardwork and diligences any update or ammendment will be highly respected.