Skip to content

Commit 2da15b3

Browse files
committed
Use shield icon for vulnerabilities
1 parent b869b46 commit 2da15b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/quality-monitor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
"tools": [
112112
{
113113
"id": "owasp-dependency-check",
114+
"icon": "shield",
114115
"pattern": "**/target/dependency-check-report.json"
115116
}
116117
]

.github/workflows/quality-monitor-jenkins.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
"tools": [
108108
{
109109
"id": "owasp-dependency-check",
110+
"icon": "shield",
110111
"pattern": "**/target/dependency-check-report.json"
111112
}
112113
]

0 commit comments

Comments
 (0)