Skip to content
/ fcli Public
forked from fortify/fcli

Commit

Permalink
fcli fod release update - add "Retired" option fo --sdlc-status (f…
Browse files Browse the repository at this point in the history
…ixes fortify#642)
  • Loading branch information
kadraman committed Dec 16, 2024
1 parent b611cce commit ac65806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

//TODO Enum case? See comments in FoDAppTypeOptions
public class FoDSdlcStatusTypeOptions {
public enum FoDSdlcStatusType {Development, QA, Production}
public enum FoDSdlcStatusType {Development, QA, Production, Retired}

public static final class FoDSdlcStatusTypeIterable extends ArrayList<String> {
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit ac65806

Please sign in to comment.