Skip to content

Add pre-commit suport with lint,bandit enabled #14

Add pre-commit suport with lint,bandit enabled

Add pre-commit suport with lint,bandit enabled #14

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker buildx build --progress plain -o type=image -t "mars-censere:ci-${{github.sha}}" .