You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cayc_compliant_qg.json 779B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "level": "ERROR",
  3. "conditions": [
  4. {
  5. "metric": "new_maintainability_rating",
  6. "op": "LT",
  7. "period": 1,
  8. "warning": "",
  9. "error": "${nmr_error}",
  10. "actual": "2",
  11. "level": "ERROR"
  12. },
  13. {
  14. "metric": "new_reliability_rating",
  15. "op": "LT",
  16. "period": 1,
  17. "warning": "",
  18. "error": "1.0",
  19. "actual": "1",
  20. "level": "OK"
  21. },
  22. {
  23. "metric": "new_security_hotspots_reviewed",
  24. "op": "GT",
  25. "period": 1,
  26. "warning": "",
  27. "error": "100.0",
  28. "actual": "100.0",
  29. "level": "OK"
  30. },
  31. {
  32. "metric": "new_security_rating",
  33. "op": "LT",
  34. "period": 1,
  35. "warning": "",
  36. "error": "1.0",
  37. "actual": "2",
  38. "level": "ERROR"
  39. }
  40. ]
  41. }