Skip to content

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

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. #5

Workflow file for this run

name: Scan
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
scan:
runs-on: ubuntu-latest
permissions:
security-events: write
env:
VERBOSE: true
steps:
- name: Install State Tool
uses: ActiveState/setup-state-tool@v1
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
- uses: intel/cve-bin-tool-action@main
with:
build_command: state run preprocess && state run build