feat: initial commit

This commit is contained in:
MDLeom 2020-10-08 03:32:47 +00:00
commit 33396b869d
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 24 additions and 0 deletions

21
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,21 @@
image: alpine:latest # Use the latest version of Alpine Linux docker image
pages:
before_script:
- apk update && apk add git
- git clone --depth 5 https://gitlab.com/curben/urlhaus-filter.git urlhaus-filter/
script:
- cd urlhaus-filter/
- mkdir -p public/
- cp urlhaus-filter-* public/
artifacts:
paths:
- urlhaus-filter/public/
rules:
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"'
when: always
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "web"'
when: always

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Malicious URL Blocklist
GitLab Pages mirror of https://gitlab.com/curben/urlhaus-filter