Skip to content

Commit

Permalink
Merge pull request #506 from maykinmedia/feature/re-enable-trivy
Browse files Browse the repository at this point in the history
👷 [#463] Add trivy image scan
  • Loading branch information
stevenbal authored Dec 24, 2024
2 parents ad5d4fd + 26e6087 commit 7cc13fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,18 @@ jobs:
id: image-name

open-api-ci:
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v1
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3.0.2
needs:
- store-reusable-workflow-vars
with:
main-branch: 'master'
run-docs: true
django-settings-module: objects.conf.ci
python-version: '3.11'
docker-image-name: ${{ needs.store-reusable-workflow-vars.outputs.image-name }}

open-api-publish:
uses: maykinmedia/open-api-workflows/.github/workflows/publish.yml@v3.0.1
uses: maykinmedia/open-api-workflows/.github/workflows/publish.yml@v3.0.2
needs:
- store-reusable-workflow-vars
- open-api-ci
Expand Down

0 comments on commit 7cc13fb

Please sign in to comment.