Skip to content

Commit

Permalink
run scan on build as well
Browse files Browse the repository at this point in the history
  • Loading branch information
filippos47 committed Nov 7, 2024
1 parent a640d61 commit b83cb68
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
run-lint: true

docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
secrets: inherit
with:
publish: false
docker_scan: true

0 comments on commit b83cb68

Please sign in to comment.