Skip to content

Commit

Permalink
First attempt using intel/cve-bin-tool-action to scan for CVE on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Aug 22, 2024
1 parent cc37a2a commit 497dd65
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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 build

0 comments on commit 497dd65

Please sign in to comment.