Skip to content

fix: update actions/checkout version and change username reference to… #6

fix: update actions/checkout version and change username reference to…

fix: update actions/checkout version and change username reference to… #6

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