Skip to content

Devops - add docker sec #37

Devops - add docker sec

Devops - add docker sec #37

Workflow file for this run

name: ci
on:
pull_request:
branches:
- '**'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
install-dependencies-command: 'sudo apt-get install libzmq3-dev'
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-build: true
run-gosec: true
gosec-args: "-no-fail ./..."
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: false