Skip to content

Commit

Permalink
Merge pull request #386 from camptocamp/fix
Browse files Browse the repository at this point in the history
Audit: Get the state after the fixies are applied
  • Loading branch information
sbrunner authored Jun 21, 2024
2 parents e7504a4 + 270f5fa commit 160b26d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github_app_geo_project/module/audit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ async def snyk(
fix_message.html = f"{fix_message.html}<br>\n<br>\n{npm_audit_fix_message}"
fix_success = snyk_fix_success and npm_audit_fix_success

high_vulnerabilities, fixable_vulnerabilities, fixable_vulnerabilities_summary, fixable_files_npm = (
await _snyk_test(branch, config, local_config, result, env_no_debug)
)

return_message = [
*[f"{number} {severity} vulnerabilities" for severity, number in high_vulnerabilities.items()],
*[
Expand Down

0 comments on commit 160b26d

Please sign in to comment.