Skip to content

fix: update UV_VERSION to 0.10.2 in workflow files #8

fix: update UV_VERSION to 0.10.2 in workflow files

fix: update UV_VERSION to 0.10.2 in workflow files #8

name: Scan Release Branch with Trivy
on:
push:
branches-ignore:
- main
jobs:
docker-build-and-scan:
uses: ./.github/workflows/docker-build-and-scan.yaml
secrets: inherit
with:
DOCKER_PATH_CONTEXT: .
DOCKER_BUILD_DOCKERFILE: Dockerfile
DOCKER_LOAD_BOOL: true
DOCKER_TAGS: sample-python-app:${{ github.sha }}
DOCKER_PUSH_BOOL: false