Skip to content

RHOAIENG-28827: Update jupyter-bokeh dependency from 3.0.5 to `4.0.… #17

RHOAIENG-28827: Update jupyter-bokeh dependency from 3.0.5 to `4.0.…

RHOAIENG-28827: Update jupyter-bokeh dependency from 3.0.5 to `4.0.… #17

Workflow file for this run

name: Security
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Trivy scan
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'MEDIUM,HIGH,CRITICAL'
exit-code: '0'
ignore-unfixed: false
- name: Update Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'