Skip to content

feat(OX-5147) add full flag to scm_scan when partial is false (#26) #28

feat(OX-5147) add full flag to scm_scan when partial is false (#26)

feat(OX-5147) add full flag to scm_scan when partial is false (#26) #28

Workflow file for this run

---
name: Main Branch CI
on:
push:
branches: [main]
jobs:
build-docker-images:
name: Build Docker Images
runs-on: ubuntu-latest
strategy:
matrix:
include:
- image: oxeye-scan
context: images
dockerfile: images/Dockerfile.oxeye-scan
steps:
- uses: actions/checkout@v3
- name: Docker build
uses: ./.github/actions/docker-build
with:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
registry_token: ${{ secrets.GITHUB_TOKEN }}
image: ${{ matrix.image }}
dockerfile: ${{ matrix.dockerfile }}
context: ${{ matrix.context }}
push_latest: 'true'
bump-release:
name: Bump Release
needs: build-docker-images
uses: naviteq/github-actions/.github/workflows/[email protected]
secrets:
PROJECT_GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}