Skip to content

Commit 3d2441a

Browse files
authored
chore: remove the code that tries to generate the vulnerability report tickets (#6517)
remove the code that tries to generate the vulnerability report tickets
1 parent e30d2e0 commit 3d2441a

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
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",

0 commit comments

Comments
 (0)