Skip to content

Commit

Permalink
Merge pull request #157 from vmware-tanzu/efd
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Woods authored Oct 17, 2023
2 parents 7ccaf20 + f3020ba commit 59287a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csa-app/db/finding_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func NewFindingRepositoryForRun(run *model.Run) FindingRepository {
func (findingRepository *OrmRepository) SaveFinding(finding *model.Finding) error {

if *util.Efd {
finding.SetValue("")
finding.SetValue("---")
}

result := findingRepository.dbconn.Create(finding)
Expand Down

0 comments on commit 59287a9

Please sign in to comment.