Skip to content

Commit

Permalink
fix(ci): add attempt number in sandbox name (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 authored Sep 4, 2024
1 parent 7a8cef5 commit 0e1e26e
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

1 comment on commit 0e1e26e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
3 2 0 5 60.00 0s

Failed Tests

Name Message ⏱️ Duration Suite
BRGC1 There should not exist que map files. 0.000 s Reverse-Connection
BRCTS1 Connection to map has failed 0.000 s Reverse-Connection

Please sign in to comment.