Skip to content

Commit

Permalink
AAP-19486: Set minimal requirements for Admin Portal (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasys authored Jan 12, 2024
1 parent 3698b76 commit aba9dd1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible_wisdom_console_react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
>
> Change it at your peril!
## Build from source

To start building the Ansible Lightspeed "Admin Portal" project, you're going to need:

- Node `18.0.0` or higher
- npm `7.0.0` or higher

## Available Scripts

In the project directory, you can run:
Expand Down
4 changes: 4 additions & 0 deletions ansible_wisdom_console_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.1.0",
"private": true,
"homepage": "/static/console/",
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
},
"dependencies": {
"@ansible/ansible-ui-framework": "^2.4.456",
"@babel/core": "^7.16.0",
Expand Down

1 comment on commit aba9dd1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ClamAV Virus Definition DB Files:
----
total 227912
-rw-r--r--  1 root root 170479789 Jan 12 06:07 main.cvd
-rw-r--r--  1 root root        69 Jan 12 06:07 freshclam.dat
-rw-r--r--  1 root root  62583308 Jan 12 06:07 daily.cvd
-rw-r--r--  1 root root    291965 Jan 12 06:08 bytecode.cvd
drwxr-xr-x 16 root root      4096 Jan 12 14:24 ..
drwxr-xr-x  2 root root      4096 Jan 12 14:24 .
----
File: /var/lib/clamav/bytecode.cvd
Build time: 22 Feb 2023 16:33 -0500
Version: 334
Signatures: 91
Functionality level: 90
Builder: anvilleg
MD5: 0464067a252b1e937012ad34e811065f
Digital signature: urVBCbhJcz8v6i1E6HedDwa8TxBHnJknqg7SE+6JWBtovATpw8MWwS+kvGAi//x5u0LIFwhPvUsgEBBeFiZE0QTTWazOhJ/LfKJK+nODqha6cTvaQdKl2rSbEOv6grv7UONV8eKi383Wv07wfSNYp+lPNpt0QmejKb1TMHAYTA
Verification OK.
----
File: /var/lib/clamav/daily.cvd
Build time: 11 Jan 2024 04:41 -0500
Version: 27151
Signatures: 2050633
Functionality level: 90
Builder: raynman
MD5: f710ab04c1ab1b5242ffb6a8d4675680
Digital signature: Ahr8y1EozSNa/roLLQTsZ6OsK5u4szI7YdWroIMEq3Y3MDF8PSSY7XwnREpygwCxeYj4PciCePMvk6YKTfnshzsyPTMX3EPfD/c/YKTksW2f9ZJU4T5X3U/JDg3VM/sc15DbYJOaQ/ZdNT1CUGTDarvNy9i5lxUyPQz3tmxwwvd
Verification OK.
----
File: /var/lib/clamav/main.cvd
Build time: 16 Sep 2021 08:32 -0400
Version: 62
Signatures: 6647427
Functionality level: 90
Builder: sigmgr
MD5: 137eccce31aacb21b5a98bb8c21cefd6
Digital signature: twaJBls8V5q64R7QY10AatEtPNuPWoVoxTaNO1jpBg7s5jIMMXpitgG1000YLp6rb0TWkEKjRqxneGTxuxWaWm7XBjsgwX2BRWh/y4fhs7uyImdKRLzQ5y8e2EkSChegF/i8clqfn+1qetq9j4gbktJ3JZpOXPoHlyr2Dv9S/Bg
Verification OK.
----
Scanning Results:
ClamAV 1.0.4/27151/Thu Jan 11 09:41:16 2024
LibClamAV Warning: Max file-size was set to 4194304000 bytes. Unfortunately, scanning files greater than 2147483647 bytes (2 GiB - 1) is not supported.

----------- SCAN SUMMARY -----------
Known viruses: 8682506
Engine version: 1.0.4
Scanned directories: 30949
Scanned files: 190131
Infected files: 0
Data scanned: 6490.91 MB
Data read: 3410.42 MB (ratio 1.90:1)
Time: 2064.530 sec (34 m 24 s)
Start Date: 2024:01:12 14:26:41
End Date:   2024:01:12 15:01:06

Please sign in to comment.