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

=== stdout - plain
{
  "errors": [],
  "paths": {
    "scanned": [
      "targets/dependency_aware/pipfile_with_one_newline_between_sections/Pipfile.lock",
      "targets/dependency_aware/pipfile_with_one_newline_between_sections/sca-pipfile.py"
    ]
  },
  "results": [
    {
      "check_id": "rules.dependency_aware.python-pipfile-sca",
      "end": {
        "col": 6,
        "line": 1,
        "offset": 5
      },
      "extra": {
        "engine_kind": "OSS",
        "fingerprint": "0x42",
        "lines": "requires login",
        "message": "oh no",
        "metadata": {},
        "sca_info": {
          "dependency_match": {
            "dependency_pattern": {
              "ecosystem": "pypi",
              "package": "pandas",
              "semver_range": "<= 1.4.2"
            },
            "found_dependency": {
              "allowed_hashes": {
                "sha256": [
                  "149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1",
                  "ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"
                ]
              },
              "ecosystem": "pypi",
              "line_number": 29,
              "lockfile_path": "targets/dependency_aware/pipfile_with_one_newline_between_sections/Pipfile.lock",
              "manifest_path": "targets/dependency_aware/pipfile_with_one_newline_between_sections/Pipfile",
              "package": "pandas",
              "transitivity": "transitive",
              "version": "1.4.0"
            },
            "lockfile": "targets/dependency_aware/pipfile_with_one_newline_between_sections/Pipfile.lock"
          },
          "reachability_rule": true,
          "reachable": true,
          "sca_finding_schema": 20220913
        },
        "severity": "WARNING",
        "validation_state": "NO_VALIDATOR"
      },
      "path": "targets/dependency_aware/pipfile_with_one_newline_between_sections/sca-pipfile.py",
      "start": {
        "col": 1,
        "line": 1,
        "offset": 0
      }
    }
  ],
  "skipped_rules": [],
  "time": "<masked in tests>",
  "version": "0.42"
}
=== end of stdout - plain

=== stderr - plain


┌─────────────┐
│ Scan Status │
└─────────────┘
  Scanning 3 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/pipfile_with_one_newline_between_sect   Lockfile            Pypi        3                  1
  ions/Pipfile.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