Skip to content

Commit 3aaf412

Browse files
blackduck
1 parent 4986933 commit 3aaf412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
### SARIF report generation and upload to GitHub Adavanced Security: Uncomment below to enable
3434
blackduck_reports_sarif_create: true # Create Black Duck SARIF report and upload it as artifact
35-
blackduck_reports_sarif_file_path: '/Users/tmp/report.sarif.json' # File path including file name where SARIF report should be created(need to include file name as well)
35+
blackduck_reports_sarif_file_path: '/Users/kirann/IdeaProjects/demo-repo-public/report.sarif.json' # File path including file name where SARIF report should be created(need to include file name as well)
3636
blackduck_reports_sarif_severities: 'CRITICAL,HIGH'
3737
blackduck_reports_sarif_groupSCAIssues: true # By default true
3838
blackduck_upload_sarif_report: true # Upload Black Duck SARIF report in GitHub Advanced Security tab

0 commit comments

Comments
 (0)