mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
ci: add trivy image scanning (#1663)
* add trivy image scanning * implement as partial workflow * support both the frontend and backend Dockerfiles for scanning * fix docker build context location
This commit is contained in:
parent
82dc586bac
commit
0801f0a908
3 changed files with 70 additions and 0 deletions
8
.github/workflows/pull-requests.yml
vendored
8
.github/workflows/pull-requests.yml
vendored
|
@ -13,3 +13,11 @@ jobs:
|
|||
frontend-tests:
|
||||
name: "Frontend and End-to-End Tests"
|
||||
uses: ./.github/workflows/partial-frontend.yml
|
||||
|
||||
backend-container-scanning:
|
||||
name: "Trivy Backend Container Scanning"
|
||||
uses: ./.github/workflows/partial-trivy-backend-container-scanning.yml
|
||||
|
||||
frontend-container-scanning:
|
||||
name: "Trivy Frontend Container Scanning"
|
||||
uses: ./.github/workflows/partial-trivy-frontend-container-scanning.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue