Skip to content

Commit

Permalink
change to IsDirty for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Nov 11, 2024
1 parent d770235 commit 49f91b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray/services/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ type XscGitInfoContext struct {
LastCommitHash string `json:"commit_hash"`
LastCommitMessage string `json:"commit_message,omitempty"`
LastCommitAuthor string `json:"commit_author,omitempty"`
IsClean bool `json:"is_clean,omitempty"`
IsDirty bool `json:"is_dirty,omitempty"`
}

func (gp *XrayGraphScanParams) GetProjectKey() string {
Expand Down

0 comments on commit 49f91b6

Please sign in to comment.