Skip to content

Bump Dependency Check to 9.0.6 so synchronization works again #30

Bump Dependency Check to 9.0.6 so synchronization works again

Bump Dependency Check to 9.0.6 so synchronization works again #30

name: Build Docker Image
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: docker build -t dependencycheck-central-mysql:$(date +%s) .