|
| 1 | +[ |
| 2 | + { |
| 3 | + "severity": "critical", |
| 4 | + "rule_module": "security_errors", |
| 5 | + "type": "secret_detected", |
| 6 | + "file": ".envrc" |
| 7 | + }, |
| 8 | + { |
| 9 | + "severity": "critical", |
| 10 | + "rule_module": "workflow_audit", |
| 11 | + "type": "actions_expression_injection", |
| 12 | + "file": "boj-build.yml" |
| 13 | + }, |
| 14 | + { |
| 15 | + "severity": "critical", |
| 16 | + "rule_module": "workflow_audit", |
| 17 | + "type": "actions_expression_injection", |
| 18 | + "file": "hypatia-scan.yml" |
| 19 | + }, |
| 20 | + { |
| 21 | + "severity": "critical", |
| 22 | + "rule_module": "workflow_audit", |
| 23 | + "type": "actions_expression_injection", |
| 24 | + "file": "mirror.yml" |
| 25 | + }, |
| 26 | + { |
| 27 | + "severity": "critical", |
| 28 | + "rule_module": "workflow_audit", |
| 29 | + "type": "actions_expression_injection", |
| 30 | + "file": "quality.yml" |
| 31 | + }, |
| 32 | + { |
| 33 | + "severity": "high", |
| 34 | + "rule_module": "cicd_rules", |
| 35 | + "type": "missing_requirement", |
| 36 | + "file": ".github/dependabot.yml" |
| 37 | + }, |
| 38 | + { |
| 39 | + "severity": "high", |
| 40 | + "rule_module": "cicd_rules", |
| 41 | + "type": "missing_requirement", |
| 42 | + "file": ".github/workflows/scorecard.yml" |
| 43 | + }, |
| 44 | + { |
| 45 | + "severity": "high", |
| 46 | + "rule_module": "cicd_rules", |
| 47 | + "type": "missing_requirement", |
| 48 | + "file": "permissions: read-all" |
| 49 | + }, |
| 50 | + { |
| 51 | + "severity": "high", |
| 52 | + "rule_module": "git_state", |
| 53 | + "type": "GS005", |
| 54 | + "file": "." |
| 55 | + }, |
| 56 | + { |
| 57 | + "severity": "high", |
| 58 | + "rule_module": "scorecard", |
| 59 | + "type": "TokenPermissions", |
| 60 | + "file": "/home/runner/work/cloudguard-cli/cloudguard-cli" |
| 61 | + }, |
| 62 | + { |
| 63 | + "severity": "high", |
| 64 | + "rule_module": "workflow_audit", |
| 65 | + "type": "download_then_run", |
| 66 | + "file": "mirror.yml" |
| 67 | + }, |
| 68 | + { |
| 69 | + "severity": "high", |
| 70 | + "rule_module": "workflow_audit", |
| 71 | + "type": "unsafe_curl_payload", |
| 72 | + "file": "boj-build.yml" |
| 73 | + }, |
| 74 | + { |
| 75 | + "severity": "high", |
| 76 | + "rule_module": "workflow_audit", |
| 77 | + "type": "unsafe_curl_payload", |
| 78 | + "file": "hypatia-scan.yml" |
| 79 | + } |
| 80 | +] |
0 commit comments