docs: Add docstrings for VEXGenerate class and methods (#4544) #182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CVE Binary Tool Scanner | |
on: | |
push: | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
scan: | |
permissions: | |
security-events: write | |
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }} | |
steps: | |
- uses: intel/cve-bin-tool-action@main | |
with: | |
exclude_dir: test | |
vex_file: TRIAGE.json |