Skip to content

Commit 5f48342

Browse files
authored
chr: fix different env var names for veracode in Eclipse and catena-x (#13)
1 parent e35897b commit 5f48342

File tree

2 files changed

+2
-51
lines changed

2 files changed

+2
-51
lines changed

.github/workflows/veracode.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
appname: "Traceability-Foss-Frontend"
3030
createprofile: false
3131
filepath: "./veracode-scan-target.zip"
32-
vid: "${{ secrets.ORG_VERACODE_API_ID }}"
33-
vkey: "${{ secrets.ORG_VERACODE_API_KEY }}"
32+
vid: '${{ secrets.VERACODE_API_ID || secrets.ORG_VERACODE_API_ID }}'
33+
vkey: '${{ secrets.VERACODE_API_KEY || secrets.ORG_VERACODE_API_KEY }}'

0 commit comments

Comments
 (0)