Skip to content

ENG-13633: Initial discovery and classification implementation #2

ENG-13633: Initial discovery and classification implementation

ENG-13633: Initial discovery and classification implementation #2

Workflow file for this run

name: Build CLI Docker Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: docker build . --file Dockerfile