Skip to content

snyk/cli-extension-iac

Repository files navigation

Snyk IaC Test CLI Extension

Overview

This module implements the Snyk CLI Extension for IaC workflows.

Workflows

  • snyk iac test

Excluding files and directories

You can exclude files or directories from secrets scans using the --exclude flag. This performs basename matching, excluding the specified names anywhere they appear in the project tree.

Note: Paths containing slashes (/ or \) are not allowed.

snyk secrets test --exclude=node_modules,config.json
snyk secrets test --exclude "dist,vendor,temp.log"

Only user-provided exclude patterns are applied by this flag.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11