File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# DISCLAIMER: This workflow file has been auto-generated and committed to the repo by the GitHub App from Contrast Security.
2
2
# Manual edits to this file could cause the integration to produce unexpected behavior or break.
3
- # Version: 1.0.1
4
- # Last updated: 2025 -06-12T13:52:06.657445917Z
3
+ # Version: 1.0.0
4
+ # Last updated: 2023 -06-23T13:48:23.646252306Z
5
5
name : Contrast Security App Workflow
6
6
on :
7
7
workflow_dispatch :
@@ -25,11 +25,11 @@ jobs:
25
25
with :
26
26
apiKey : ${{ secrets.CONTRAST_GITHUB_APP_API_KEY }}
27
27
authHeader : ${{ secrets.CONTRAST_GITHUB_APP_AUTH_HEADER }}
28
- orgId : ${{ secrets .CONTRAST_GITHUB_APP_ORG_ID }}
29
- apiUrl : ${{ secrets .CONTRAST_GITHUB_APP_TS_URL }}
28
+ orgId : ${{ vars .CONTRAST_GITHUB_APP_ORG_ID }}
29
+ apiUrl : ${{ vars .CONTRAST_GITHUB_APP_TS_URL }}
30
30
repoUrl : ${{ github.server_url }}/${{ github.repository }}
31
31
repoName : ${{ github.repository }}
32
- externalId : ${{ secrets .CONTRAST_GITHUB_APP_ID }}
32
+ externalId : ${{ vars .CONTRAST_GITHUB_APP_ID }}
33
33
command : fingerprint
34
34
outputs :
35
35
fingerprint : ${{ steps.fingerprint.outputs.fingerprint }}
You can’t perform that action at this time.
0 commit comments