Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gl-secret-detection-report.json « feature-branch « security_reports « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c75b9bfb9de09f9fc16b3699ece365c1708e0392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "version": "15.0.0",
  "vulnerabilities": [

  ],
  "remediations": [

  ],
  "scan": {
    "analyzer": {
      "id": "secret_detection_analyzer",
      "name": "Secret Detection Analyzer",
      "url": "https://gitlab.com",
      "vendor": {
        "name": "GitLab"
      },
      "version": "1.0.0"
    },
    "scanner": {
      "id": "secret_detection",
      "name": "Secret Detection",
      "url": "https://gitlab.com",
      "vendor": {
        "name": "GitLab"
      },
      "version": "0.1.0"
    },
    "type": "sast",
    "start_time": "2022-03-11T18:48:16",
    "end_time": "2022-03-11T18:48:22",
    "status": "success"
  }
}