Skip to content

Commit

Permalink
Remove incorrect flag dependency in assessments list command
Browse files Browse the repository at this point in the history
  • Loading branch information
cosdon committed Aug 21, 2024
1 parent 6a26466 commit 257c7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/assessment/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class ListAssessments extends BaseCommand {
static examples = [`<%= config.bin %> <%= command.id %>`];

static flags = {
...makeFilterFlags({ dependsOn: ["json", "report"] }),
...makeFilterFlags({ dependsOn: ["json"] }),
findings: Flags.boolean({
char: "f",
summary: "Include the findings report",
Expand Down

0 comments on commit 257c7bd

Please sign in to comment.