Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
inosmeet committed Jul 2, 2024
1 parent 07a3e1c commit ae59bf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-mismatch.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Update mismatch database

on:
workflow_dispatch:
push:
paths:
- 'data/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: read
Expand Down Expand Up @@ -45,4 +44,8 @@ jobs:
[[ -e cache ]] && mkdir -p .cache && mv cache ~/.cache/cve-bin-tool
python -m cve_bin_tool.cli test/assets/test-kerberos-5-1.15.1.out -u now
cp -r ~/.cache/cve-bin-tool cache
- name: Update mismatch database
run: |
[[ -e cache ]] && mkdir -p .cache && mv cache ~/.cache/cve-bin-tool
python -m cve_bin_tool.mismatch_loader
cp -r ~/.cache/cve-bin-tool cache
4 changes: 0 additions & 4 deletions data/pypi/zstandard/mismatch_relations.yml

This file was deleted.

0 comments on commit ae59bf1

Please sign in to comment.