Skip to content

Commit ef22d43

Browse files
Merge pull request #4 from Contrast-Security-OSS/PRODSEC-PATCH-06262025
Update contrast_security_app.yaml
2 parents d01f138 + fd0f5dc commit ef22d43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/contrast_security_app.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DISCLAIMER: This workflow file has been auto-generated and committed to the repo by the GitHub App from Contrast Security.
22
# 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
55
name: Contrast Security App Workflow
66
on:
77
workflow_dispatch:
@@ -25,11 +25,11 @@ jobs:
2525
with:
2626
apiKey: ${{ secrets.CONTRAST_GITHUB_APP_API_KEY }}
2727
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 }}
3030
repoUrl: ${{ github.server_url }}/${{ github.repository }}
3131
repoName: ${{ github.repository }}
32-
externalId: ${{ secrets.CONTRAST_GITHUB_APP_ID }}
32+
externalId: ${{ vars.CONTRAST_GITHUB_APP_ID }}
3333
command: fingerprint
3434
outputs:
3535
fingerprint: ${{ steps.fingerprint.outputs.fingerprint }}

0 commit comments

Comments
 (0)