We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdff9e commit cbc40f4Copy full SHA for cbc40f4
.github/workflows/test-and-build.yaml
@@ -121,7 +121,7 @@ jobs:
121
JIRA_PROJECT: "VSCODE"
122
JIRA_VULNERABILITY_BUILD_INFO: "- [GitHub Run|https://github.com/mongodb-js/vscode/actions/runs/${{github.run_id}}/jobs/${{github.job}}]"
123
run: |
124
- npm run create-jira-tickets > /dev/null
+ npm run create-vulnerability-tickets > /dev/null
125
126
- name: Generate Vulnerability Report (Fail on >= High)
127
if: runner.os == 'Linux'
0 commit comments