pull/258/head
nacho 2023-11-26 19:31:56 +01:00
parent 06981a0b4f
commit fb23389be4
No known key found for this signature in database
GPG Key ID: BA7C337C868C3E55
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ python interface to warning lists.
# Using warning lists in Earthly builds
Lists are exposed to Earthly builds through the target `export-lists`. Earthfiles can directly reference them in their copy statements as follows:
Lists are exposed to [Earthly](https://github.com/earthly/earthly) builds through the target `export-lists`. Earthfiles can directly reference them in their copy statements as follows:
```earthly
COPY github.com/MISP/misp-warninglists[:commit]+export-lists/lists/<list-name>/list.json ./
```