Skip to content

Commit

Permalink
chore: generate cloud schema
Browse files Browse the repository at this point in the history
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
  • Loading branch information
nikpivkin committed Aug 19, 2024
1 parent 8155ee8 commit 5a3f970
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/iac/rego/schemas/cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -5207,10 +5207,12 @@
"$ref": "#/definitions/github.com.aquasecurity.trivy.pkg.iac.types.Metadata"
},
"end": {
"type": "integer"
"type": "object",
"$ref": "#/definitions/github.com.aquasecurity.trivy.pkg.iac.types.IntValue"
},
"start": {
"type": "integer"
"type": "object",
"$ref": "#/definitions/github.com.aquasecurity.trivy.pkg.iac.types.IntValue"
}
}
},
Expand Down

0 comments on commit 5a3f970

Please sign in to comment.