Hi,
I would like to use codeaudit as a part of CI. Now, it only gives the report. It would be great to have some kind of simplified (table form maybe) output with proper exit code. Such feature would allow using codeaudit as a part of CI.
Example output:
$ codeaudit filescan --ci <package>
codeaudit 1.2.3
Security Scan Report:
> main.py
location: /home/user/python/package/main.py
Identified Security Weaknesses:
line 27: The pseudo-random generators in this module are not suitable for security purposes.
line 53: The pseudo-random generators in this module are not suitable for security purposes.
Output above is rough draft. I'm aware that introducing such feature would require few tasks. I offer my help in implementing it.
Best regards
Hi,
I would like to use
codeauditas a part of CI. Now, it only gives the report. It would be great to have some kind of simplified (table form maybe) output with proper exit code. Such feature would allow usingcodeauditas a part of CI.Example output:
Output above is rough draft. I'm aware that introducing such feature would require few tasks. I offer my help in implementing it.
Best regards