Update zscaler-iac-scan.yml
This commit is contained in:
@@ -12,8 +12,7 @@
|
|||||||
#GitHub secrets (ZSCANNER_CLIENT_ID, ZSCANNER_CLIENT_SECRET).
|
#GitHub secrets (ZSCANNER_CLIENT_ID, ZSCANNER_CLIENT_SECRET).
|
||||||
|
|
||||||
#Refer https://github.com/marketplace/actions/zscaler-iac-scan for additional details on setting up this workflow.
|
#Refer https://github.com/marketplace/actions/zscaler-iac-scan for additional details on setting up this workflow.
|
||||||
#Any issues with this workflow, please raise it on https://github.com/ZscalerCWP/Zscaler-IaC-Action/issues
|
#Any issues with this workflow, please raise it on https://github.com/ZscalerCWP/Zscaler-IaC-Action/issues for further investigation.
|
||||||
#for further investigation.
|
|
||||||
|
|
||||||
name: Zscaler IaC Scan
|
name: Zscaler IaC Scan
|
||||||
on:
|
on:
|
||||||
@@ -54,4 +53,4 @@ jobs:
|
|||||||
if: ${{ success() || failure() && (steps.zscaler-iac-scan.outputs.sarif_file_path != '') }}
|
if: ${{ success() || failure() && (steps.zscaler-iac-scan.outputs.sarif_file_path != '') }}
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
with:
|
with:
|
||||||
sarif_file: ${{ steps.zscaler-iac-scan.sarif_file_path }}
|
sarif_file: ${{ steps.zscaler-iac-scan.sarif_file_path }}
|
||||||
|
|||||||
Reference in New Issue
Block a user