mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-10 20:35:14 -05:00
Add security scanning to PR tests
This commit is contained in:
4
.github/workflows/pull-requests.yml
vendored
4
.github/workflows/pull-requests.yml
vendored
@@ -17,3 +17,7 @@ jobs:
|
|||||||
container-scanning:
|
container-scanning:
|
||||||
name: "Trivy Container Scanning"
|
name: "Trivy Container Scanning"
|
||||||
uses: ./.github/workflows/partial-trivy-container-scanning.yml
|
uses: ./.github/workflows/partial-trivy-container-scanning.yml
|
||||||
|
|
||||||
|
security-scanning:
|
||||||
|
name: "CodeQL Security Scanning"
|
||||||
|
uses: ./.github/workflows/codeql.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user