Skip to content

Commit

Permalink
BST-8916: add IAC, SCI & secrets analyzer types (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ledo01 authored Jan 30, 2024
1 parent 6c5dcaa commit bcec6e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boostsec/registry_validator/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class ScanType(str, Enum):
SBOM = "sbom"
SCA = "sca"
SCA_CONTAINER = "sca_container"
SECRETS = "secrets"
IAC = "iac"
SCI = "sci"


class ModuleBaseSchema(BaseModel):
Expand Down

0 comments on commit bcec6e2

Please sign in to comment.