File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 | |
Original file line number Diff line number Diff 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.'
You can’t perform that action at this time.
0 commit comments