Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Oct 4, 2023
1 parent 8a94bd2 commit d20c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: [self-hosted, collect]
#if: github.event_name != 'pull_request' && (inputs.stability == 'stable' || inputs.stability == 'unstable')
outputs:
targets: ${{ step.binary_preparation.outputs.targets }}
targets: ${{ steps.binary_preparation.outputs.targets }}
container:
image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/centreon-collect-alma9:${{ inputs.img_version }}
credentials:
Expand Down

0 comments on commit d20c37c

Please sign in to comment.