Add the ability to define a security policy in a YAML that can be validated and passed/failed based a pipeline on the results of a scan and/or a release. The security policy would be stored in the repository alongside the code and could look something like the following:
Add the ability to define a security policy in a YAML that can be validated and passed/failed based a pipeline on the results of a scan and/or a release. The security policy would be stored in the repository alongside the code and could look something like the following:
There could be different
fcli security-policy
commands, e.g.fcli security-policy create-template
fcli security-policy check-template
fcli security-policy validate[--warn]
Different capabilities could include:
newly_detected
orexisting
issues (if possible)