Skip to content

[Snyk] Security upgrade express from 4.21.2 to 4.22.0 #97

[Snyk] Security upgrade express from 4.21.2 to 4.22.0

[Snyk] Security upgrade express from 4.21.2 to 4.22.0 #97

Workflow file for this run

name: Trivy Vulnerability Scan
on:
push:
branches:
- master
- main
- stable
- 'rhoai-*'
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
skip-dirs: 'components'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'