Skip to content

Commit

Permalink
Re-enable NEW_VULNERABLE_DEPENDENCY notification
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro committed Oct 9, 2022
1 parent 1eaefe5 commit 122ce55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/administration/notifications/Alerts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<div class="list-group" v-if="this.scope === 'PORTFOLIO'">
<b-form-checkbox-group id="checkbox-group-notify-on" v-model="notifyOn">
<div class="list-group-item"><b-form-checkbox value="NEW_VULNERABILITY">NEW_VULNERABILITY</b-form-checkbox></div>
<!-- <div class="list-group-item"><b-form-checkbox value="NEW_VULNERABLE_DEPENDENCY">NEW_VULNERABLE_DEPENDENCY</b-form-checkbox></div> -->
<div class="list-group-item"><b-form-checkbox value="NEW_VULNERABLE_DEPENDENCY">NEW_VULNERABLE_DEPENDENCY</b-form-checkbox></div>
<div class="list-group-item"><b-form-checkbox value="PROJECT_AUDIT_CHANGE">PROJECT_AUDIT_CHANGE</b-form-checkbox></div>
<div class="list-group-item"><b-form-checkbox value="BOM_CONSUMED">BOM_CONSUMED</b-form-checkbox></div>
<div class="list-group-item"><b-form-checkbox value="BOM_PROCESSED">BOM_PROCESSED</b-form-checkbox></div>
Expand Down

0 comments on commit 122ce55

Please sign in to comment.