Add Variable to Ignore User-Agent in Logs (#80)

* Set trivy scan to exit 0, until we cleanup those false positives
* Add variable to ignore logs for certain User-Agents. This allows us to have a clearer log when using regular health checks
This commit is contained in:
Markus Opolka
2021-07-25 16:55:56 +02:00
committed by GitHub
parent bd836fd91f
commit e638fc36a0
6 changed files with 10 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ jobs:
image-ref: docker.io/martialblog/limesurvey:3-${{ matrix.context }}
format: 'template'
template: '@/contrib/sarif.tpl'
exit-code: '0'
output: trivy-results-3-${{ matrix.context }}.sarif
severity: 'CRITICAL,HIGH'