Skip to content

Commit

Permalink
adding trivy scanning for the docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman-clabs committed Aug 24, 2023
1 parent 5b5143a commit 167d256
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-build-scan.yaml
@@ -0,0 +1,10 @@
name: Docker Build Push
on:
pull_request:
push:
workflow_dispatch:
jobs:
Build-Scan-Container:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd-local.yaml@main
with:
dockerfile: Dockerfile

0 comments on commit 167d256

Please sign in to comment.