Skip to content

Commit

Permalink
Update branding (tenable#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ornisan authored Nov 23, 2023
1 parent 242b327 commit 38d1d76
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 55 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Ermetic GitHub Actions
# Tenable Cloud Security GitHub Actions

Use the Ermetic GitHub actions to scan your infrastructure-as-code (IaC) pipeline for security issues, and to sync from
Use the Tenable Cloud Security GitHub actions to scan your infrastructure-as-code (IaC) pipeline for security issues, and to sync from
Cloud to Code to trace your cloud resources and issues back to their code origins. Doing so can help you identify and
remediate configuration issues before your cloud resources are deployed.

<img alt="Ermetic" src="media/logo.svg" width="300" />
<img alt="Tenable Cloud Security" src="media/logo.svg" width="300" />

## Infrastructure-as-Code GitHub Actions

Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Ermetic'
description: 'Ermetic actions'
name: 'Tenable Cloud Security'
description: 'Tenable Cloud Security actions'
branding:
color: 'purple'
color: 'blue'
icon: 'shield'

inputs:
Expand Down
42 changes: 20 additions & 22 deletions iac/scan/README.md

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions iac/scan/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Ermetic IaC Scan'
name: 'Tenable Cloud Security IaC Scan'
description: 'Scan IaC'
branding:
color: 'purple'
color: 'blue'
icon: 'shield'

inputs:
Expand Down Expand Up @@ -78,9 +78,9 @@ inputs:
description: ''
required: false
skip-code-commit-history:
default: 'false'
description: ''
required: false
default: 'false'
description: ''
required: false
types:
description: ''
required: false
Expand Down Expand Up @@ -113,6 +113,7 @@ runs:
- ${{ inputs.policies && '--policies'}}
- ${{ inputs.policies }}
- ${{ inputs.silent != 'false' && '--silent' || ''}}
- ${{ inputs.skip-code-commit-history != 'false' && '--skip-code-commit-history' || ''}}
- ${{ inputs.types && '--types'}}
- ${{ inputs.types }}
env:
Expand Down
14 changes: 6 additions & 8 deletions iac/sync/terraform/README.md
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` |
4 changes: 2 additions & 2 deletions iac/sync/terraform/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Ermetic IaC Sync Terraform'
name: 'Tenable Cloud Security IaC Sync Terraform'
description: 'Sync IaC'
branding:
color: 'purple'
color: 'blue'
icon: 'shield'

inputs:
Expand Down
13 changes: 1 addition & 12 deletions media/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38d1d76

Please sign in to comment.