Skip to content

CI use of codeaudit #24

@jurgenwigg

Description

@jurgenwigg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions