chore: min version of lib4vex to 0.2.0 (#4404) #366
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 |