Skip to content

chore(deps): bump pytorch/pytorch from 2.9.1-cuda12.8-cudnn9-runtime to 2.11.0-cuda12.8-cudnn9-runtime in /cmd/trainers/torchtune #75

chore(deps): bump pytorch/pytorch from 2.9.1-cuda12.8-cudnn9-runtime to 2.11.0-cuda12.8-cudnn9-runtime in /cmd/trainers/torchtune

chore(deps): bump pytorch/pytorch from 2.9.1-cuda12.8-cudnn9-runtime to 2.11.0-cuda12.8-cudnn9-runtime in /cmd/trainers/torchtune #75

Workflow file for this run

name: Trivy Vulnerability Scan
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.33.1
with:
scan-type: "fs"
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"