Skip to content

chore(deps): bump github.com/google/flatbuffers from 1.12.1 to 24.3.25+incompatible #3992

chore(deps): bump github.com/google/flatbuffers from 1.12.1 to 24.3.25+incompatible

chore(deps): bump github.com/google/flatbuffers from 1.12.1 to 24.3.25+incompatible #3992

name: ci-aqua-security-trivy-tests
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
jobs:
build:
name: trivy-tests
runs-on: warp-ubuntu-latest-x64-4x
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'