Skip to content

feat: implement CI/CD pipeline with linting, testing, and release wor… #17

feat: implement CI/CD pipeline with linting, testing, and release wor…

feat: implement CI/CD pipeline with linting, testing, and release wor… #17

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