Skip to content

Commit

Permalink
update shortcode for veracode scans (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-polinsky authored Oct 8, 2024
1 parent fffe1c7 commit 3fd7ee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
shell: bash
run: |
sourceDirs=("apps" "packages")
outputFile="itwui-veracode.zip"
outputFile="itdw-veracode.zip"
excludedPaths=(
".git/*"
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
- name: Upload & scan
uses: veracode/[email protected]
with:
appname: 'iTwinUI - UX (ITWUI - 3418)'
filepath: 'itwui-veracode.zip'
appname: 'iTwinUI - UX (ITDW - 3418)'
filepath: 'itdw-veracode.zip'
vid: ${{ secrets.VERACODE_ID }}
vkey: ${{ secrets.VERACODE_SECRET_KEY }}

0 comments on commit 3fd7ee1

Please sign in to comment.