Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Apr 21, 2022
1 parent 8445e12 commit fe73d77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/json_raw_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,18 @@ type jsonWorkflows struct {
}

type jsonUntrustedCheckout struct {
File jsonFile `json:"file"`
Job *jsonWorkflowJob `json:"job"`
File jsonFile `json:"file"`
}

type jsonScriptInjection struct {
File jsonFile `json:"file"`
Job *jsonWorkflowJob `json:"job"`
File jsonFile `json:"file"`
}

type jsonEncryptedSecret struct {
File jsonFile `json:"file"`
Job *jsonWorkflowJob `json:"job"`
File jsonFile `json:"file"`
}

type jsonWorkflowJob struct {
Expand All @@ -167,7 +167,7 @@ type jsonWorkflowJob struct {
//nolint
type jsonRawResults struct {
// Workflow results.
Workflows jsonWorkflows `json:"ciWorkflows"`
Workflows jsonWorkflows `json:"workflows"`
// License.
Licenses []jsonLicense `json:"licenses"`
// List of recent issues.
Expand Down

0 comments on commit fe73d77

Please sign in to comment.