upload results (#473)

Co-authored-by: spatialgeobyte <158478685+spatialgeobyte@users.noreply.github.com>
pull/477/head
mazano 2024-05-25 10:25:06 +02:00 zatwierdzone przez GitHub
rodzic 98e2513bff
commit a55e6ca0fa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -128,6 +128,11 @@ jobs:
severity: 'CRITICAL,HIGH'
vuln-type: 'os,library'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
push-internal-pr-images:
if: github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest