Skip to content

Bump pyinstaller from 6.11.0 to 6.11.1 in /src #76

Bump pyinstaller from 6.11.0 to 6.11.1 in /src

Bump pyinstaller from 6.11.0 to 6.11.1 in /src #76

Workflow file for this run

# https://github.com/aquasecurity/trivy-action?tab=readme-ov-file#using-trivy-to-scan-your-git-repo
name: Trivy
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
name: Trivy
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
ignore-unfixed: true
scan-type: 'fs'
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'trivy-results.sarif'