We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744e784 commit bfe1061Copy full SHA for bfe1061
1 file changed
src/codeaudit/ci_workflowscan.py
@@ -30,11 +30,6 @@
30
'<div class="sast-report"><p><hr>'
31
+ 'Check the <a href="https://nocomplexity.com/documents/codeaudit/intro.html" '
32
+ 'target="_blank">documentation</a> for help on found issues.<br>'
33
- + 'Codeaudit is made with <span class="heart">❤</span> by cyber security '
34
- + 'professionals who advocate for <a href="https://nocomplexity.com/simplify-security/" '
35
- + 'target="_blank">open simple security solutions</a>.<br>'
36
- + '<a href="https://nocomplexity.com/documents/codeaudit/CONTRIBUTE.html" '
37
- + 'target="_blank">Join the community</a> and contribute to make this tool better!'
38
+ "</p></div>"
39
)
40
0 commit comments