Skip to content

Commit

Permalink
Add security_scan dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaweedbrainCY committed Jul 6, 2024
1 parent 2915599 commit 6054259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
env:
DOCKER_IMAGE_NAME: "galera_cluster_healthcheck"
jobs:

security_scan:
uses: ./.github/workflows/security_scan.yml
build-and-publish-image:
needs: [security_scan]
name: Build and Publish Docker image
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6054259

Please sign in to comment.