Skip to content

Commit

Permalink
Merge pull request #17 from nitumore/master
Browse files Browse the repository at this point in the history
APE-11009 - Change default url of accurics action to cloud.tenable.com instead of app.accurics.com
  • Loading branch information
hapyharshit authored Nov 14, 2022
2 parents fb24f58 + c45f12f commit 3c658d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Description
The Accurics GitHub action runs an Accurics scan against the IaC (Infrastructure-as-Code) files found within the applied repository.
This action can be used to fail a pipeline build when violations or errors are found.
The scan results can be viewed in the pipeline results or in the Accurics Console itself at https://cloud.tenable.com/cns or https://app.accurics.com
The scan results can be viewed in the pipeline results or in the Accurics Console itself at https://cloud.tenable.com/cns
depending on url configured.
See examples below.

Expand Down Expand Up @@ -48,7 +48,7 @@ The Accurics GitHub action runs as a Linux container, which means it accumulates
| fail-on-violations | Allows the Accurics Action to fail the build when violations are found | true |
| fail-on-all-errors | Allows the Accurics Action to fail the build when any errors are encountered | true |
| scan-mode | Allows the Accurics Action to use either terraform or terrascan for scanning(plan/scan) | plan |
| url | Allows the Accurics Action to point to different target endpoint of the product e.g. https://cloud.tenable.com/cns | https://app.accurics.com |
| url | Allows the Accurics Action to point to different target endpoint of the product e.g. https://cloud.tenable.com/cns | https://cloud.tenable.com/cns |
| pipeline | Allows the Accurics Action to choose mode as pipeline | false |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inputs:
url:
description: 'Accurics Application URL'
required: false
default: 'https://app.accurics.com'
default: 'https://cloud.tenable.com/cns'
fail-on-violations:
description: 'Allows Accurics to fail the build when violations are found (default=true)'
required: false
Expand Down

0 comments on commit 3c658d8

Please sign in to comment.