mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
use nvd
This commit is contained in:
parent
7e6aa1f57f
commit
2865ec8264
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -101,7 +101,7 @@ jobs:
|
|||
|
||||
- run: |
|
||||
echo "# System Diff" >> $GITHUB_STEP_SUMMARY
|
||||
diff=$(nix store diff-closures ./current ./updated)
|
||||
diff=$(nix run "nixpkgs#nvd" ./current ./updated)
|
||||
echo "$diff"
|
||||
echo "$diff" >> summary.md
|
||||
echo "$diff" | sed 's/\x1B\[[0-9;]\{1,\}[A-Za-z]//g' >> $GITHUB_STEP_SUMMARY
|
||||
|
|
Loading…
Reference in a new issue