Skip to content

Commit

Permalink
Add remediation to Project class
Browse files Browse the repository at this point in the history
  • Loading branch information
SGinovker authored and Nir Fuchs committed May 26, 2022
1 parent a4823e1 commit 6844000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snyk/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ class Project(DataClassJSONMixin):
branch: Optional[str] = None
attributes: Optional[Dict[str, List[str]]] = None
_tags: Optional[List[Any]] = field(default_factory=list)
remediation: Optional[Dict[Any, Any]] = field(default_factory=dict)

def delete(self) -> bool:
path = "org/%s/project/%s" % (self.organization.id, self.id)
Expand Down

0 comments on commit 6844000

Please sign in to comment.