Skip to content

First attempt using intel/cve-bin-tool-action to scan for CVE on push. #2

First attempt using intel/cve-bin-tool-action to scan for CVE on push.

First attempt using intel/cve-bin-tool-action to scan for CVE on push. #2

Workflow file for this run

name: Scan
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
scan:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Install State Tool
uses: ActiveState/setup-state-tool@v1
- uses: intel/cve-bin-tool-action@main
with:
build_command: state run preprocess && state run build