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
Copy file name to clipboardExpand all lines: docs/services/antivirus.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags: [explanation, services]
9
9
10
10
[ClamAV][clamav] is an open source antivirus engine for detecting trojans, viruses, malware and other malicious threats. It is used in a variety of situations including file scanning, email scanning, web scanning and end point security.
11
11
12
-
This feature is installed on all nais clusters. clamAV runs in its own pod with a separate pod running the REST api applications use. There is a service set up so all applications will be able to talk to the REST api using [http://clamav.nais-system.svc.nais.local/scan](http://clamav.nais-system.svc.nais.local/scan). The REST api supports PUT or POST and can be tested using curl as well:
12
+
This feature is installed on all nais clusters. clamAV runs in its own pod with a separate pod running the REST api applications use. There is a service set up so all applications will be able to talk to the REST api using [http://clamav.nais-system.svc.nais.local/scan](http://clamav.nais-system.svc.nais.local/scan) for on-prem and [http://clamav.nais-system](http://clamav.nais-system) for not on-prem. The REST api supports PUT or POST and can be tested using curl as well:
13
13
14
14
ClamAV has a REST API applications can use for scanning files and urls.
0 commit comments