Skip to content

Commit

Permalink
Update fuzzing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inosmeet committed Feb 17, 2024
1 parent efdc1a4 commit 8d33a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# python -m pip install --upgrade .

- name: Check Database File Permissions
run: ls -al /home/runner/ | grep '.cache'
run: ls -al /home/runner/
- name: Check Database File Existence
run: test -f /home/runner/.cache/cve-bin-tool/cve.db && echo "Database file exists" || echo "Database file does not exist"

Expand Down

0 comments on commit 8d33a81

Please sign in to comment.