mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
actions: config trivy
This commit is contained in:
parent
ab894754d3
commit
b076e16b4e
3
.github/workflows/build_package.yml
vendored
3
.github/workflows/build_package.yml
vendored
@ -75,6 +75,9 @@ jobs:
|
||||
format: 'template'
|
||||
template: '@/contrib/sarif.tpl'
|
||||
output: 'trivy-results.sarif'
|
||||
security-checks: 'vuln'
|
||||
severity: 'CRITICAL,HIGH'
|
||||
timeout: '10m'
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user