Skip to content

Commit 6168298

Browse files
author
safeer
committed
accuknox_endpoint: added default
1 parent d3eda7e commit 6168298

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This performs an Opengrep SAST scan on your repository and uploads the results t
1313
|------|-------------|----------|---------|
1414
| pipeline_id | GitHub Run ID | Yes | `${{ github.run_id }}` |
1515
| job_url | GitHub Job URL | Yes | `${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}` |
16-
| accuknox_endpoint | CSPM panel URL | Yes ||
16+
| accuknox_endpoint | CSPM panel URL | Yes | `cspm.demo.accuknox.com` |
1717
| accuknox_tenant | AccuKnox Tenant ID | Yes | |
1818
| accuknox_token | AccuKnox API Token | Yes | |
1919
| accuknox_label | Label for scan results | Yes | |

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ inputs:
2626
default: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
2727
accuknox_endpoint:
2828
description: 'The URL of the CSPM panel to push the scan results to'
29+
default: 'cspm.demo.accuknox.com'
2930
required: true
3031
accuknox_tenant:
3132
description: 'The ID of the tenant associated with the CSPM panel.'

0 commit comments

Comments
 (0)