Skip to content

Nexx360: Preserve custom imp.ext fields and add vendor id #2741

Nexx360: Preserve custom imp.ext fields and add vendor id

Nexx360: Preserve custom imp.ext fields and add vendor id #2741

name: Trivy Security Scan
on:
pull_request:
branches: [ 'master' ]
schedule:
- cron: '0 3 * * 1'
permissions:
contents: read
jobs:
build:
name: Trivy security check
permissions:
security-events: write
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.33.1
with:
scan-type: 'fs'
scan-ref: '.'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v4
with:
sarif_file: 'trivy-results.sarif'