Skip to content

Commit

Permalink
Update veracode scan matrix action to have a dedicated version per ma…
Browse files Browse the repository at this point in the history
…trix build (#469)
  • Loading branch information
denisneuling authored Oct 13, 2022
1 parent 9f142e6 commit b97be1d
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 @@ -87,7 +87,7 @@ jobs:
with:
appname: product-edc/${{ matrix.name }}
createprofile: true
version: ${{ github.ref }}-${{ github.sha }}
version: ${{ matrix.name }}-${{ github.sha }}
filepath: edc-controlplane/${{ matrix.name }}/target/${{ matrix.name }}.zip
vid: ${{ secrets.ORG_VERACODE_API_ID }}
vkey: ${{ secrets.ORG_VERACODE_API_KEY }}
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
with:
appname: product-edc/${{ matrix.name }}
createprofile: true
version: ${{ github.ref }}-${{ github.sha }}
version: ${{ matrix.name }}-${{ github.sha }}
filepath: edc-dataplane/${{ matrix.name }}/target/${{ matrix.name }}.zip
vid: ${{ secrets.ORG_VERACODE_API_ID }}
vkey: ${{ secrets.ORG_VERACODE_API_KEY }}
Expand Down

0 comments on commit b97be1d

Please sign in to comment.