Skip to content

Commit

Permalink
upload results (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: spatialgeobyte <[email protected]>
  • Loading branch information
NyakudyaA and spatialgeobyte committed May 25, 2024
1 parent 98e2513 commit a55e6ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a55e6ca

Please sign in to comment.