Skip to content

Merge branch 'main' of https://github.com/mmguero-dev/Malcolm into st… #183

Merge branch 'main' of https://github.com/mmguero-dev/Malcolm into st…

Merge branch 'main' of https://github.com/mmguero-dev/Malcolm into st… #183

name: zeek-build-and-push-ghcr
on:
push:
branches:
- main
- staging
- pipeline-merge
paths:
- 'zeek/**'
- 'Dockerfiles/zeek.Dockerfile'
- 'container-health-scripts/zeek.sh'
- 'scripts/malcolm_constants.py'
- 'scripts/malcolm_utils.py'
- 'shared/bin/docker-uid-gid-setup.sh'
- 'shared/bin/netdev-json.sh'
- 'shared/bin/pcap_processor.py'
- 'shared/bin/pcap_utils.py'
- 'shared/bin/service_check_passthrough.sh'
- 'shared/bin/zeek*'
- '.trigger_workflow_build'
workflow_dispatch:
repository_dispatch:
jobs:
docker:
uses: ./.github/workflows/docker-build-push-scan.yml
with:
service: zeek
dockerfile: ./Dockerfiles/zeek.Dockerfile
extra_build_args: |
BUILD_JOBS=2
secrets:
zeek_deb_alternate_download_url: ${{ secrets.ZEEK_DEB_ALTERNATE_DOWNLOAD_URL }}