mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04: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:
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
|
||||
|
||||
Reference in New Issue
Block a user