File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -984,16 +984,7 @@ functions:
984984
985985 echo
986986
987- # Runs for all the commits on main, including nightly builds:
988- if [[ "$EVERGREEN_IS_PATCH" != "true" ]] && [[ "${project}" == "10gen-compass-main" ]]; then
989- export JIRA_BASE_URL="https://jira.mongodb.org"
990- export JIRA_PROJECT="COMPASS"
991- export JIRA_VULNERABILITY_BUILD_INFO="- [Evergreen task|$EVERGREEN_TASK_URL]"
992-
993- npm run create-vulnerability-tickets
994- else
995- cat .sbom/vulnerability-report.md
996- fi
987+ cat .sbom/vulnerability-report.md
997988
998989 echo
999990
Original file line number Diff line number Diff line change 5656 "snyk-test" : " node scripts/snyk-test.js" ,
5757 "pregenerate-vulnerability-report" : " npm run compile -w packages/compass && npm run snyk-test" ,
5858 "generate-vulnerability-report" : " mongodb-sbom-tools generate-vulnerability-report --snyk-reports=.sbom/snyk-test-result.json --dependencies=.sbom/dependencies.json --fail-on=high > .sbom/vulnerability-report.md" ,
59- "create-vulnerability-tickets" : " mongodb-sbom-tools generate-vulnerability-report --snyk-reports=.sbom/snyk-test-result.json --dependencies=.sbom/dependencies.json --create-jira-issues" ,
6059 "generate-first-party-deps-json" : " mongodb-sbom-tools fetch-codeql-results --first-party-deps-list-dest=.sbom/first-party-deps.json --dependencies=.sbom/dependencies.json --exclude-repos=mongodb-js/kerberos" ,
6160 "create-static-analysis-report" : " mongodb-sbom-tools fetch-codeql-results --sarif-dest=.sbom/codeql.sarif.json" ,
6261 "postcreate-static-analysis-report" : " mongodb-sbom-tools sarif-to-markdown --sarif=.sbom/codeql.sarif.json --md=.sbom/codeql.md" ,
You can’t perform that action at this time.
0 commit comments