Skip to content

Commit

Permalink
feat: required changes
Browse files Browse the repository at this point in the history
Signed-off-by: Meet Soni <[email protected]>
  • Loading branch information
inosmeet committed Jul 5, 2024
1 parent b376351 commit 15f3db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 56 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Update cached database

on:
push:
branches:
- main
paths:
- 'data/**'
schedule:
# Runs at 00:20 UTC everyday
- cron: '20 0 * * *'
Expand Down Expand Up @@ -49,6 +54,7 @@ jobs:
run: |
[[ -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
python -m cve_bin_tool.mismatch_loader
cp -r ~/.cache/cve-bin-tool cache
# Windows cache is currently disabled.
56 changes: 0 additions & 56 deletions .github/workflows/update-mismatch.yml

This file was deleted.

0 comments on commit 15f3db8

Please sign in to comment.