You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: scripts/tools/reporting/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,10 @@ Working Directory: anchore-engine/scripts/tools/reporting
24
24
## Constraints
25
25
26
26
Python 3.8
27
-
Engine already installed and development environment set up
27
+
Engine already installed and development environment set up
28
+
29
+
30
+
## Improvement Notes
31
+
- Ignore "virtual" functions in an ABC that cannot directly be called.
32
+
- If a function doesn't belong to a class, it looks like it will just give you the directory that the function is in rather than the file (e.g. anchore_engine.clients::unpack)
33
+
- Determine if ther'es any additional multithreading/processing we can implement that would help lower the runtime of the script.
0 commit comments