Link Search Menu Expand Document

CI/CD Scans


ArcherySec integrates with CI/CD pipelines using the archerysec-cli. archerysec-cli automated and inject scanners in CI/CD pipeline.


img

CI/CD Scan Policies

CI/CD policies define the criteria for passing or failing a archerysec-cli scan. The archerysec-cli scanner returns either exit code 0 pass or exit code 1 fail after each scan, enabling you to stop the build or deployment process on basis of defined criteria.


img

Add New CI/CD Scan Policie


To define a CI/CD policy:

  1. Move to CI/CD module
  2. Click on Add Policy
  3. Provide Policies Name
  4. Select Project from options. Create new project if you have not created one.
  5. Define Threshold from issue type High Medium and Low
  6. Select SCM Server
  7. Select Build Server
  8. Provide Target Name
  9. Provide Code Path/Target (Code Path for SAST or SCA scan and Target for DAST)
  10. Select your scanner type
  11. Copy Command and inject into your Pipeline script
  12. Now Click on Submit


img


img

archerysec-cli Scan


img