Skip to content

Commit

Permalink
fix(ci): add attempt number in sandbox name (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 authored Sep 4, 2024
1 parent c8747f1 commit d18fa46
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 @@ -200,7 +200,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 @@ -209,4 +209,4 @@ jobs:
sandboxname: "${{ github.ref_name }}"
includenewmodules: true
scanallnonfataltoplevelmodules: true
deleteincompletescan: 2
deleteincompletescan: 1

1 comment on commit d18fa46

@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
9 1 0 10 90.00 0s

Failed Tests

Name Message ⏱️ Duration Suite
BEOTEL_TELEGRAF_CHECK_SERVICE services table not updated 0.000 s Opentelemetry

Please sign in to comment.