Skip to content

Commit 4fff80c

Browse files
committed
clamav: formatering, og 404-lenke
1 parent 73b9e61 commit 4fff80c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/services/antivirus.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ tags: [explanation, services]
77

88
## Getting started
99

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.
1112

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:
1317

1418
ClamAV has a REST API applications can use for scanning files and urls.
1519

@@ -49,9 +53,11 @@ spec:
4953
5054
## Support
5155
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.
5357
5458
## Examples
5559
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)
60+
Code example can be found here:
5761
62+
- [foreldrepenger-api](https://github.com/navikt/foreldrepengesoknad-api/blob/master/domene/src/main/java/no/nav/foreldrepenger/selvbetjening/vedlegg/virusscan/VirusScanConfig.java)
63+
- [pale-2](https://github.com/navikt/pale-2/blob/main/src/main/kotlin/no/nav/syfo/client/clamav/ClamAvClient.kt)

0 commit comments

Comments
 (0)