{
  "version": "2.1.0",
  "$schema": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json",
  "runs": [
    {
      "tool": {
        "driver": {
          "name": "terrascan",
          "version": "1.9.0",
          "informationUri": "https://github.com/tenable/terrascan",
          "rules": [
            {
              "id": "AC_K8S_0001",
              "name": "noHttps",
              "shortDescription": {
                "text": "TLS disabled can affect the confidentiality of the data in transit"
              },
              "properties": {
                "category": "Network Security",
                "severity": "HIGH"
              }
            }
          ]
        }
      },
      "results": [
        {
          "ruleId": "AC_K8S_0001",
          "level": "error",
          "message": {
            "text": "TLS disabled can affect the confidentiality of the data in transit"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "file:///Users/suvarna/go/src/github.com/rchanger/terrascan/test/e2e/test_data/iac/k8s/kubernetes_ingress_violation/config.yaml"
                },
                "region": {
                  "startLine": 1
                }
              },
              "logicalLocations": [
                {
                  "name": "ingress-demo-disallowed",
                  "kind": "kubernetes_ingress"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
