Skip to content

ENG-13777: Publish repo scan results to Dmap API (#58) #52

ENG-13777: Publish repo scan results to Dmap API (#58)

ENG-13777: Publish repo scan results to Dmap API (#58) #52

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