Skip to content

[helyos_dashboard] (deps): Bump the helyos-dashboard-deps group across 1 directory with 18 updates #14

[helyos_dashboard] (deps): Bump the helyos-dashboard-deps group across 1 directory with 18 updates

[helyos_dashboard] (deps): Bump the helyos-dashboard-deps group across 1 directory with 18 updates #14

Workflow file for this run

name: Trivy
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.20.0
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'