From 00ad4364d49541ebc3bb7fad03ef8730ddff936a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Peixoto?= Date: Mon, 18 Oct 2021 15:39:56 +0100 Subject: [PATCH] adding placeholder icons for alignment --- README.md | 16 ++++++++-------- dist/index.js | 2 ++ src/annotator.js | 2 +- src/scanner.js | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5e184b5..c95c455 100644 --- a/README.md +++ b/README.md @@ -282,14 +282,14 @@ jobs: -| 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 | +| --- | --- | --- | +| ![placeholder](https://user-images.githubusercontent.com/23239410/92157090-97c0ec80-ee32-11ea-9b2e-aa6b32b03d54.png) | Files scanned | 2 | +| ![placeholder](https://user-images.githubusercontent.com/23239410/92157090-97c0ec80-ee32-11ea-9b2e-aa6b32b03d54.png) | Files parsed | 2 | +| ![placeholder](https://user-images.githubusercontent.com/23239410/92157090-97c0ec80-ee32-11ea-9b2e-aa6b32b03d54.png) | Files failed to scan | 0 | +| ![placeholder](https://user-images.githubusercontent.com/23239410/92157090-97c0ec80-ee32-11ea-9b2e-aa6b32b03d54.png) | Total queries | 821 | +| ![placeholder](https://user-images.githubusercontent.com/23239410/92157090-97c0ec80-ee32-11ea-9b2e-aa6b32b03d54.png) | Queries failed to execute | 0 | +| ![placeholder](https://user-images.githubusercontent.com/23239410/92157090-97c0ec80-ee32-11ea-9b2e-aa6b32b03d54.png) | Execution time | 13s | diff --git a/dist/index.js b/dist/index.js index bff5c48..a21e735 100644 --- a/dist/index.js +++ b/dist/index.js @@ -17843,6 +17843,7 @@ module.exports = { annotateChangesWithResults } + /***/ }), /***/ 3571: @@ -18136,6 +18137,7 @@ module.exports = { scanWithKICS }; + /***/ }), /***/ 2877: diff --git a/src/annotator.js b/src/annotator.js index 794afde..18351da 100644 --- a/src/annotator.js +++ b/src/annotator.js @@ -35,4 +35,4 @@ function annotateChangesWithResults(results) { module.exports = { annotateChangesWithResults -} \ No newline at end of file +} diff --git a/src/scanner.js b/src/scanner.js index 412c85c..ee76a20 100644 --- a/src/scanner.js +++ b/src/scanner.js @@ -98,4 +98,4 @@ async function scanWithKICS() { module.exports = { scanWithKICS -}; \ No newline at end of file +};