Skip to content
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

feat: Add AVD links to HTML report #398

Merged
merged 1 commit into from
Feb 16, 2021
Merged

Conversation

danielpacak
Copy link
Contributor

Signed-off-by: Daniel Pacak pacak.daniel@gmail.com

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
{% for _, v := range report.Vulnerabilities %}
<tr>
<td>
<a target="_blank" href="{%s v.PrimaryLink %}">{%s v.VulnerabilityID %}</a>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's the change. The rest is just fixed indentation.

@danielpacak danielpacak changed the title feat: Add AVD link to HTML report feat: Add AVD links to HTML report Feb 16, 2021
@codecov
Copy link

codecov bot commented Feb 16, 2021

Codecov Report

Merging #398 (22932b7) into main (2954b44) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #398   +/-   ##
=======================================
  Coverage   68.35%   68.35%           
=======================================
  Files          59       59           
  Lines        3100     3100           
=======================================
  Hits         2119     2119           
  Misses        721      721           
  Partials      260      260           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2954b44...ad32dac. Read the comment docs.

@danielpacak danielpacak merged commit 7134455 into main Feb 16, 2021
@danielpacak danielpacak deleted the avd_links_in_html_report branch February 16, 2021 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants