Skip to content

Commit

Permalink
Issue: [Bugfix] blackduck reports wrong version
Browse files Browse the repository at this point in the history
Blackduck module report output shows the wrong version, this is due to
projectVersion under args being set to a static value

Change projectVersion to the branch entered instead of static value

Signed-off-by: NirWolfer <[email protected]>
  • Loading branch information
NirWolfer authored and AlexanderGrissik committed Jul 24, 2024
1 parent 4a3aab3 commit dd775c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/matrix_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ steps:
run: NGCIBlackDuckScan
args:
projectName: "libxlio"
projectVersion: "0.1.0"
projectVersion: "${sha1}"
projectSrcPath: "src"
attachArtifact: true
reportName: "BlackDuck report"
Expand Down

0 comments on commit dd775c9

Please sign in to comment.