ps-fuzz icon indicating copy to clipboard operation
ps-fuzz copied to clipboard

CI/CD support - in the tool

Open guy-ps opened this issue 10 months ago • 0 comments

For CI/CD support the tools needs to

  • [ ] Exit with a non-zero exit code if a test fails
  • [ ] Allow for non blocking mode(exit with 0 no matter what)
  • [ ] Allow to configure minimum severity for a non-zero exit
  • [ ] Maybe exit with a non-zero exit code for some other failures

These will allow the tool to be used within a CI/CD pipeline, and later the tool will be wrapped within a docker container and a GitHub action.

guy-ps avatar Apr 16 '24 17:04 guy-ps