Skip to content

Commit

Permalink
Merge pull request #2 from amz-x/workflow-update-vulnix
Browse files Browse the repository at this point in the history
Workflow update Vulnix
  • Loading branch information
amz-x authored Apr 2, 2023
2 parents 5c4b0d9 + e760f3c commit 48efc8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- run: scripts/free_disk_space.sh
- run: nix build '.#nixosConfigurations.AMZ-Linux.config.system.build.toplevel' --print-out-paths
- run: ls -l result*
- run: (pipx run vulnix ./result || true) > report.json
- uses: actions/upload-artifact@v3
with:
name: vulnix-nixos-report
path: report.json

# Nix Darwin
Mac:
Expand All @@ -32,4 +37,9 @@ jobs:
extra_nix_config: "auto-optimise-store = true"
- run: nix build '.#darwinConfigurations.AMZ-MacBook.config.system.build.toplevel' --print-out-paths
- run: ls -l result*
- run: (pipx run vulnix ./result || true) > report.json
- uses: actions/upload-artifact@v3
with:
name: vulnix-darwin-report
path: report.json

0 comments on commit 48efc8d

Please sign in to comment.