Skip to content

Commit

Permalink
chore(ci): update filepath for veracode upload in workflows
Browse files Browse the repository at this point in the history
Updates the filepath for the Veracode upload in the workflows to 'build/libs/miw-latest.jar'.
  • Loading branch information
pmoscode committed Jul 12, 2023
1 parent 13d7b1e commit 7d3892c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
appname: 'project-managed-identity-wallet'
createprofile: false
filepath: 'build/libs/*' # add filepath for upload
filepath: 'build/libs/miw-latest.jar' # add filepath for upload
vid: '${{ secrets.ORG_VERACODE_API_ID }}' # reference to API ID, which is set as github org. secret
vkey: '${{ secrets.ORG_VERACODE_API_KEY }}' #reference to API Key in github, which is set as github or. secret
include: 'build/libs/miw-latest.jar'
#include: 'build/libs/miw-latest.jar'

0 comments on commit 7d3892c

Please sign in to comment.