Skip to content

Commit

Permalink
fix(ci): add attempt number in sandbox name (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Sep 4, 2024
1 parent 19b4f55 commit 28b0c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
continue-on-error: ${{ vars.VERACODE_CONTINUE_ON_ERROR == 'true' }}
with:
appname: "${{ inputs.module_name }}"
version: "${{ inputs.major_version }}.${{ inputs.minor_version }}_runId-${{ github.run_id }}"
version: "${{ inputs.major_version }}.${{ inputs.minor_version }}_runId-${{ github.run_id }}_attempt-${{ github.run_attempt }}"
filepath: "${{ inputs.module_name }}-${{ github.sha }}-${{ github.run_id }}-veracode-binary.${{ inputs.module_name == 'centreon-collect' && 'tar.gz' || 'zip' }}"
vid: "vera01ei-${{ secrets.veracode_api_id }}"
vkey: "vera01es-${{ secrets.veracode_api_key }}"
Expand All @@ -206,4 +206,4 @@ jobs:
sandboxname: "${{ github.ref_name }}"
includenewmodules: true
scanallnonfataltoplevelmodules: true
deleteincompletescan: 2
deleteincompletescan: 1

0 comments on commit 28b0c76

Please sign in to comment.