File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ jobs:
5252 with :
5353 product : ${{ inputs.product || 'Security' }}
5454 secrets :
55- ARMORCODE_API_KEY : ${{ secrets.CHECKR_GITHUB_SCAN_UPLOAD_ARMORCODE_KEY }}
55+ ARMORCODE_API_KEY : ${{ secrets.ARMORCODE_API_KEY }}
5656
5757 secrets :
5858 if : inputs.run-secrets != false
5959 uses : checkr/workflows-public/.github/workflows/secrets.yml@main
6060 with :
6161 product : ${{ inputs.product || 'Security' }}
6262 secrets :
63- ARMORCODE_API_KEY : ${{ secrets.CHECKR_GITHUB_SCAN_UPLOAD_ARMORCODE_KEY }}
63+ ARMORCODE_API_KEY : ${{ secrets.ARMORCODE_API_KEY }}
6464
6565 dependencies :
6666 if : inputs.run-dependencies != false
7171 with :
7272 product : ${{ inputs.product || 'Security' }}
7373 secrets :
74- ARMORCODE_API_KEY : ${{ secrets.CHECKR_GITHUB_SCAN_UPLOAD_ARMORCODE_KEY }}
74+ ARMORCODE_API_KEY : ${{ secrets.ARMORCODE_API_KEY }}
7575
7676 iac :
7777 if : inputs.run-iac != false
8282 with :
8383 product : ${{ inputs.product || 'Security' }}
8484 secrets :
85- ARMORCODE_API_KEY : ${{ secrets.CHECKR_GITHUB_SCAN_UPLOAD_ARMORCODE_KEY }}
85+ ARMORCODE_API_KEY : ${{ secrets.ARMORCODE_API_KEY }}
8686
8787 containers :
8888 if : inputs.run-containers == true
9494 product : ${{ inputs.product || 'Security' }}
9595 image-ref : ${{ inputs.container-image }}
9696 secrets :
97- ARMORCODE_API_KEY : ${{ secrets.CHECKR_GITHUB_SCAN_UPLOAD_ARMORCODE_KEY }}
97+ ARMORCODE_API_KEY : ${{ secrets.ARMORCODE_API_KEY }}
9898
You can’t perform that action at this time.
0 commit comments