Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. type: workflow
  2. version: 1
  3. name: cybric-source-scan-workflow
  4. description: Checkout source code and scan with Cybric
  5. inputs:
  6. parameters:
  7. project_name:
  8. cybric_username:
  9. cybric_password:
  10. policy_id:
  11. default: "DYNAMIC"
  12. scan_tool:
  13. environment:
  14. default: "production"
  15. COMMIT:
  16. default: "%%session.commit%%"
  17. REPO:
  18. default: "%%session.repo%%"
  19. steps:
  20. -
  21. checkout:
  22. template: cybric-checkout
  23. -
  24. scan:
  25. template: cybric-source-scan
  26. arguments:
  27. artifacts.CODE: "%%steps.checkout.outputs.artifacts.CODE%%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement