@@ -50,7 +50,7 @@ var (
|
||||
HasFilter: true,
|
||||
},
|
||||
{
|
||||
Field: "JustificationExclusion",
|
||||
Field: "ExclusionJustification",
|
||||
Columns: []string{"D"},
|
||||
FilterColumns: []string{},
|
||||
Width: []float64{25},
|
||||
|
||||
@@ -103,7 +103,7 @@ func writeSOARow(f *excelize.File, sheetName string, row int, data SOARowData, i
|
||||
{"Contractual", data.Contractual},
|
||||
{"BestPractice", data.BestPractice},
|
||||
{"RiskAssessment", data.RiskAssessment},
|
||||
{"JustificationExclusion", data.JustificationExclusion},
|
||||
{"ExclusionJustification", data.ExclusionJustification},
|
||||
{"SecurityMeasures", data.SecurityMeasures},
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ type SOARowData struct {
|
||||
Contractual *bool
|
||||
BestPractice *bool
|
||||
RiskAssessment *bool
|
||||
JustificationExclusion string
|
||||
ExclusionJustification string
|
||||
SecurityMeasures []string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user