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
Describe the bug
File count in scanning results is accurate, but 'Data Scanned' always shows 0.00 MB instead of the actual size.
To Reproduce
Steps to reproduce the behavior:
Step 1 : Upload large file above 100 MB
Step 2 : Perform the scan with the following code:
- name: Malware Scanner id: malware-scanner uses: dell/common-github-actions/malware-scanner@main with: directories: sample-test-files options: "-ri --scan-pe=YES --stdout -l FILE.txt --log=FILE"
4. Step 3 : Scan summary result will get the Data scanned: 0.00 MB
Expected behavior
Need to display actual size of Data scanned instead of showing 0.00 MB. I have tried with a single file .exe with 127 MB in this case I also got 0.00 MB.
Describe the bug
File count in scanning results is accurate, but 'Data Scanned' always shows 0.00 MB instead of the actual size.
To Reproduce
Steps to reproduce the behavior:
- name: Malware Scanner id: malware-scanner uses: dell/common-github-actions/malware-scanner@main with: directories: sample-test-files options: "-ri --scan-pe=YES --stdout -l FILE.txt --log=FILE"
4. Step 3 : Scan summary result will get the
Data scanned: 0.00 MB
Expected behavior
Need to display actual size of
Data scanned
instead of showing 0.00 MB. I have tried with a single file .exe with 127 MB in this case I also got 0.00 MB.Screenshots
FILE SIZES:
EICAR.txt. 69 bytes
hiveDisk-1.23.0 Setup.exe: 127 MB
Logs
If applicable, submit logs or stack traces from the affected services
----------- SCAN SUMMARY -----------
Known viruses: 8682025
Engine version: 0.103.9
Scanned directories: 1
Scanned files: 2
Infected files: 1
Data scanned: 0.00 MB
Data read: 0.00 MB (ratio 0.00:1)
Time: 20.643 sec (0 m 20 s)
Start Date: 2024:01:05 02:43:38
End Date: 2024:01:05 02:43:58
System Information (please complete the following information):
runs-on: ubuntu-latest
Ubuntu runner.
The text was updated successfully, but these errors were encountered: