-
Notifications
You must be signed in to change notification settings - Fork 29
Send email notification upon scan completion #158
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
base: master
Are you sure you want to change the base?
Conversation
|
Can we reuse the GmailApiUtil for this purpose? @mathuriga |
|
Ok.. I think this PR was sent way before the Util was created. Approving this for now. Let's create a GitHub issue for future improvment |
|
@mathuriga please check travis also before proceeding |
|
@mathuriga Please check on the conflicts |
| margin-bottom: 15px; | ||
| margin-top: 15px; | ||
|
|
||
| } |
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.
| } | |
| } | |
|
|
||
| @Override | ||
| public boolean clearScan(String id) { | ||
| @Override public boolean clearScan(String id) { |
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.
| @Override public boolean clearScan(String id) { | |
| @Override | |
| public boolean clearScan(String id) { |
|
|
Purpose
This PR adds send an email notification upon scan completions feature. In addition to this, filtering view scans based on product name also incorporated.
Goals
Send email notification upon scan completion
Filter scan based on product name
User stories
N/A
Release note
N/A
Documentation
N/A
Training
N/A
Certification
N/A
Marketing
N/A
Automation tests
N/A
N/A
Security checks
Samples
N/A
Related PRs
N/A
Migrations (if applicable)
N/A
Test environment
N/A
Learning
N/A