mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
Add security scanning to PR tests
This commit is contained in:
parent
096e3b5d70
commit
44d180bd43
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pull-requests.yml
vendored
4
.github/workflows/pull-requests.yml
vendored
|
@ -17,3 +17,7 @@ jobs:
|
|||
container-scanning:
|
||||
name: "Trivy Container Scanning"
|
||||
uses: ./.github/workflows/partial-trivy-container-scanning.yml
|
||||
|
||||
security-scanning:
|
||||
name: "CodeQL Security Scanning"
|
||||
uses: ./.github/workflows/codeql.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue