Skip to content

Commit

Permalink
feat: fcli fod sast-scan setup: Set --technology-stack to `Auto D…
Browse files Browse the repository at this point in the history
…etect` by default (fixes #595)
  • Loading branch information
rsenden committed Sep 16, 2024
1 parent edcece5 commit 852d7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class FoDSastScanSetupCommand extends AbstractFoDJsonNodeOutputCommand im
private FoDEntitlementFrequencyTypeMixins.RequiredOption entitlementFrequencyTypeMixin;
@Option(names = {"--entitlement-id"})
private Integer entitlementId;
@Option(names = {"--technology-stack"}, required = true)
@Option(names = {"--technology-stack"}, required = true, defaultValue = "Auto Detect")
private String technologyStack;
@Option(names = {"--language-level"})
private String languageLevel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ fcli.fod.sast-scan.setup.entitlement-frequency = The Entitlement Frequency to us
fcli.fod.sast-scan.setup.entitlement-id = Entitlement Id to use. If not specified Frequency and Assessment Type will be used to find one.
fcli.fod.sast-scan.setup.validate-entitlement = Check if the entitlement assigned is still valid, e.g. it has not expired.
fcli.fod.sast-scan.setup.assessment-type = The type of Static assessment to carry out. Use 'release list-assessment-types' to find valid values.
fcli.fod.sast-scan.setup.technology-stack = The technology stack of the application.
fcli.fod.sast-scan.setup.technology-stack = The technology stack of the application. Default value: ${DEFAULT-VALUE}.
fcli.fod.sast-scan.setup.language-level = The language level of the technology stack (if needed).
fcli.fod.sast-scan.setup.oss = Perform Open Source Analysis scan.
fcli.fod.sast-scan.setup.audit-preference = Audit preference, e.g. Manual or Automated
Expand Down

0 comments on commit 852d7bf

Please sign in to comment.