Skip to content

Commit a8a031d

Browse files
sca-flag-name-corrected
1 parent 7a6e70f commit a8a031d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/predicates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func runTriageGetStates(customStatesWrapper wrappers.CustomStatesWrapper, featur
8484
}
8585

8686
if scanType == params.ScaType {
87-
scaCustomStates, _ := wrappers.GetSpecificFeatureFlag(featureFlagsWrapper, "SCA_CUSTOM_STATES_ENABLED")
87+
scaCustomStates, _ := wrappers.GetSpecificFeatureFlag(featureFlagsWrapper, "SCA_CUSTOM_STATES")
8888
if !scaCustomStates.Status {
8989
return printer.Print(cmd.OutOrStdout(), systemStates, printer.FormatJSON)
9090
}

0 commit comments

Comments
 (0)