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
+10-4
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,13 @@ tags: [explanation, services]
7
7
8
8
## Getting started
9
9
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.
10
+
[ClamAV][clamav] is an open source antivirus engine for detecting trojans, viruses, malware and other malicious threats.
11
+
It is used in a variety of situations including file scanning, email scanning, web scanning and end point security.
11
12
12
-
This feature is installed on all nais clusters. clamAV runs with one daemon pod and one pod running the REST api the 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/scan](http://clamav.nais-system/scan). The REST api supports PUT or POST and can be tested using curl as well:
13
+
This feature is installed on all Nais clusters.
14
+
ClamAV runs with one daemon pod and one pod running the REST api the applications use.
15
+
There is a service set up so all applications will be able to talk to the REST api using [http://clamav.nais-system/scan](http://clamav.nais-system/scan).
16
+
The REST api supports PUT or POST and can be tested using curl as well:
13
17
14
18
ClamAV has a REST API applications can use for scanning files and urls.
15
19
@@ -49,9 +53,11 @@ spec:
49
53
50
54
## Support
51
55
52
-
If you have any questions about clamAV please contact the nais team on the [#nais slack channel](https://nav-it.slack.com/messages/C5KUST8N6) or contact [@Sten.Ivar.Røkke](https://nav-it.slack.com/archives/D5KP2068Z).
56
+
If you have any questions about ClamAV please contact the Nais team on Slack, [#nais](https://nav-it.slack.com/messages/C5KUST8N6) or contact [@Sten.Ivar.Røkke](https://nav-it.slack.com/archives/D5KP2068Z) directly.
53
57
54
58
## Examples
55
59
56
-
Code example can be found here: [foreldrepenger-api](https://github.com/navikt/foreldrepengesoknad-api/tree/master/src/main/java/no/nav/foreldrepenger/selvbetjening/vedlegg/virusscan) [pale-2](https://github.com/navikt/pale-2/blob/main/src/main/kotlin/no/nav/syfo/client/clamav/ClamAvClient.kt)
0 commit comments