Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Feb 11:06
· 1 commit to master since this release

Full Changelog: https://github.com/DownUnderCTF/ducky-cli/commits/v0.2.0

Implement ducky challenge lint.

USAGE
  $ ducky challenge lint [-I <value>] [-D <value>] [--verbose] [--format text|json]

FLAGS
  -D, --directory=<value>  [default: ./] Challenge directory to lint
  -I, --ignore=<value>     Comma separated list of rule ids to ignore
  --format=(text|json)     [default: text] Output Format
  --verbose                Verbose mode

DESCRIPTION
  Lint a challenge for misconfigurations