adding placeholder icons for alignment
This commit is contained in:
16
README.md
16
README.md
@ -282,14 +282,14 @@ jobs:
|
||||
|
||||
</td><td>
|
||||
|
||||
| Metric | Values |
|
||||
| --- | --- |
|
||||
| Files scanned | 2 |
|
||||
| Files parsed | 2 |
|
||||
| Files failed to scan | 0 |
|
||||
| Total queries | 821 |
|
||||
| Queries failed to execute | 0 |
|
||||
| Execution time | 13s |
|
||||
| | Metric | Values |
|
||||
| --- | --- | --- |
|
||||
|  | Files scanned | 2 |
|
||||
|  | Files parsed | 2 |
|
||||
|  | Files failed to scan | 0 |
|
||||
|  | Total queries | 821 |
|
||||
|  | Queries failed to execute | 0 |
|
||||
|  | Execution time | 13s |
|
||||
|
||||
</td></tr> </table>
|
||||
|
||||
|
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -17843,6 +17843,7 @@ module.exports = {
|
||||
annotateChangesWithResults
|
||||
}
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 3571:
|
||||
@ -18136,6 +18137,7 @@ module.exports = {
|
||||
scanWithKICS
|
||||
};
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 2877:
|
||||
|
@ -35,4 +35,4 @@ function annotateChangesWithResults(results) {
|
||||
|
||||
module.exports = {
|
||||
annotateChangesWithResults
|
||||
}
|
||||
}
|
||||
|
@ -98,4 +98,4 @@ async function scanWithKICS() {
|
||||
|
||||
module.exports = {
|
||||
scanWithKICS
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user