forked from tenable/cloud-security-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
41 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
# Ermetic GitHub Action - IaC Sync (Terraform) | ||
# Tenable Cloud Security GitHub Action - IaC Sync (Terraform) | ||
|
||
Use this Ermetic GitHub action to sync from Cloud to Code so that you can trace your cloud resources and issues back to | ||
Use this GitHub Action to sync from Cloud to Code so that you can trace your cloud resources and issues back to | ||
their code origins. Doing so can help you see which resource is the source of a detected risk, identify the owner, and | ||
clearly see what needs to be fixed. | ||
|
||
<img alt="Ermetic" src="../../../media/logo.svg " width="300" /> | ||
|
||
## Use the Ermetic GitHub Action | ||
<img alt="Tenable Cloud Security" src="../../../media/logo.svg " width="300" /> | ||
|
||
## GitHub Action Parameters | ||
|
||
| Parameter | Description | Default | Example | | ||
|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|-------------------------------| | ||
| api-token | (Required) The API token used to communicate with Ermetic. Generated in the Ermetic Console during initial GitHub Actions setup. | | | | ||
| api-url | (Required) The URL of the Ermetic API. The API URL varies based on the region in which your Ermetic environment is deployed. | | `https://us.app.ermetic.com/` | | ||
| api-token | (Required) The API token used to communicate with Tenable Cloud Security. Generated in the Tenable Cloud Security Console during initial GitHub Actions setup. | | | | ||
| api-url | (Required) The URL of the Tenable Cloud Security API. The API URL varies based on the region in which your Tenable Cloud Security environment is deployed. | | `https://us.app.ermetic.com/` | | ||
| logs | Whether to print log messages to the standard workflow output. Log messages include information about the run process of the scanner and debug information, such as the number of files/lines scanned. Possible values: `true` `false` | | `true` | | ||
| path | The Terraform root module path that will be synced by Ermetic, entered as a comma separated list. If left blank, Ermetic will sync the working directory. | | `prod/,stg/` | | ||
| path | The Terraform root module path that will be synced. Defaults to the repository root. | | `prod/,stg/` | | ||
| silent | Whether to print sync result content to the standard workflow output. Sync result output contains information about files that have been traced back to their origins. Independent from logs. Possible values: `true` `false` | `false` | `false` | | ||
| skip-code-commit-history | Whether to include commit information related to the sync. This includes the user who performed the commit, as well as the commit time and hash. Possible values: `true` `false` | `false` | `false` | | ||
| state-file-path | The Terraform state file path. | `terraform.tfstate` | `terraform.tfstate` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.