=== exit code
0
=== end of exit code

=== stdout - plain
{
  "errors": [],
  "paths": {
    "scanned": [
      "targets/dependency_aware/ruby-with-multiple-gem-sections/Gemfile.lock",
      "targets/dependency_aware/ruby-with-multiple-gem-sections/sca.rb"
    ]
  },
  "results": [
    {
      "check_id": "rules.dependency_aware.ruby-sca",
      "end": {
        "col": 10,
        "line": 1,
        "offset": 9
      },
      "extra": {
        "engine_kind": "OSS",
        "fingerprint": "0x42",
        "lines": "requires login",
        "message": "oh no",
        "metadata": {},
        "sca_info": {
          "dependency_match": {
            "dependency_pattern": {
              "ecosystem": "gem",
              "package": "parallel",
              "semver_range": "== 1.19.0"
            },
            "found_dependency": {
              "allowed_hashes": {},
              "ecosystem": "gem",
              "line_number": 23,
              "lockfile_path": "targets/dependency_aware/ruby-with-multiple-gem-sections/Gemfile.lock",
              "package": "parallel",
              "transitivity": "transitive",
              "version": "1.19.0"
            },
            "lockfile": "targets/dependency_aware/ruby-with-multiple-gem-sections/Gemfile.lock"
          },
          "reachability_rule": true,
          "reachable": true,
          "sca_finding_schema": 20220913
        },
        "severity": "WARNING",
        "validation_state": "NO_VALIDATOR"
      },
      "path": "targets/dependency_aware/ruby-with-multiple-gem-sections/sca.rb",
      "start": {
        "col": 5,
        "line": 1,
        "offset": 4
      }
    }
  ],
  "skipped_rules": [],
  "time": "<masked in tests>",
  "version": "0.42"
}
=== end of stdout - plain

=== stderr - plain


┌─────────────┐
│ Scan Status │
└─────────────┘
  Scanning 2 files tracked by git with 0 Code rules, 1 Supply Chain rule:


  CODE RULES
  Nothing to scan.

  SUPPLY CHAIN RULES
  Scanning 1 file and 1 dependency source.

  Dependency Sources                                               Resolution Method   Ecosystem   Dependencies   Rules
 ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  targets/dependency_aware/ruby-with-multiple-gem-sections/Gemfi   Lockfile            Gem         26                 1
  le.lock



┌──────────────┐
│ Scan Summary │
└──────────────┘
✅ Scan completed successfully.
 • Findings: 1 (1 blocking)
 • Rules run: 1
 • Targets scanned: 2
 • Parsed lines: ~100.0%
 • No ignore information available
Ran 1 rule on 2 files: 1 finding.

=== end of stderr - plain

=== stdout - color
<same as above: stdout - plain>
=== end of stdout - color

=== stderr - color
<same as above: stderr - plain>
=== end of stderr - color