Skip to content

Commit ac99c3b

Browse files
authored
Merge pull request #277 from nscuro/enable-new-vulnerable-dependency-group
Re-enable NEW_VULNERABLE_DEPENDENCY notification
2 parents 1eaefe5 + 122ce55 commit ac99c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/administration/notifications/Alerts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<div class="list-group" v-if="this.scope === 'PORTFOLIO'">
154154
<b-form-checkbox-group id="checkbox-group-notify-on" v-model="notifyOn">
155155
<div class="list-group-item"><b-form-checkbox value="NEW_VULNERABILITY">NEW_VULNERABILITY</b-form-checkbox></div>
156-
<!-- <div class="list-group-item"><b-form-checkbox value="NEW_VULNERABLE_DEPENDENCY">NEW_VULNERABLE_DEPENDENCY</b-form-checkbox></div> -->
156+
<div class="list-group-item"><b-form-checkbox value="NEW_VULNERABLE_DEPENDENCY">NEW_VULNERABLE_DEPENDENCY</b-form-checkbox></div>
157157
<div class="list-group-item"><b-form-checkbox value="PROJECT_AUDIT_CHANGE">PROJECT_AUDIT_CHANGE</b-form-checkbox></div>
158158
<div class="list-group-item"><b-form-checkbox value="BOM_CONSUMED">BOM_CONSUMED</b-form-checkbox></div>
159159
<div class="list-group-item"><b-form-checkbox value="BOM_PROCESSED">BOM_PROCESSED</b-form-checkbox></div>

0 commit comments

Comments
 (0)