Skip to content

Commit

Permalink
SEC-1517 Added "SSH exposed to private subnet" rule to suppress list.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahc23 committed Aug 5, 2021
1 parent aa80523 commit 4f776d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ As a result, the `VALIDATE_[LANGUAGE]` variables behave differently from those i
| **GITLEAKS_CONFIG_FILE** | `none` | Filename for optional [gitleaks configuration](https://github.com/zricethezav/gitleaks#configuration) (ex: `simple_regex_config.toml`). Uses the [gitleaks default](https://github.com/zricethezav/gitleaks/blob/master/config/default.go) if unspecified |
| **OUTPUT_MODE** | `none` | Additional means for outputting findings, other than writing to stdout. Supported modes: lintly |
| **PYTHON_BANDIT_CONFIG_FILE** | `.bandit` | Filename for [bandit configuration](https://bandit.readthedocs.io/en/latest/config.html) (ex: `.bandit`, `tox.ini`) |
| **RUN_CODE_QUALITY_TOOLS** | `false ` | Flag to enable or disable the entire suite of code-quality-related linters. See below for a list of linters in this pack. |
| **RUN_SECURITY_TOOLS** | `true ` | Flag to enable or disable the entire suite of security tools. See below for a list of tools in this pack. |
| **RUN_CODE_QUALITY_TOOLS** | `false` | Flag to enable or disable the entire suite of code-quality-related linters. See below for a list of linters in this pack. |
| **RUN_SECURITY_TOOLS** | `true` | Flag to enable or disable the entire suite of security tools. See below for a list of tools in this pack. |
| **VALIDATE_CLOUDFORMATION_CFN_NAG** | `true` | Flag to enable or disable the security linting process of the AWS CloudFormation language. |
| **VALIDATE_GITLEAKS** | `true` | Flag to enable or disable the linting process of potentially leaked secrets across all files and languages. |
| **VALIDATE_PYTHON_BANDIT** | `true` | Flag to enable or disable the linting process of the Python language. (Utilizing: bandit) |
Expand Down
4 changes: 3 additions & 1 deletion TEMPLATES/terrascan.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
# ]

# skip rules (list of rules to skip)
skip-rules = []
skip-rules = [
"AC_AWS_0320"
]

0 comments on commit 4f776d1

Please sign in to comment.