Skip to content

Commit

Permalink
Drop unnecessary scan targets
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten committed Apr 10, 2024
1 parent 056ce78 commit 634e870
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,107 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
connect-timeout = 5
system-features = nixos-test benchmark big-parallel kvm
- name: Ghaf Vulnerability Scan (main)
run: nix run .#ghafscan -- --verbose=2 --whitelist=manual_analysis.csv --outdir=reports/main --flakeref=github:tiiuae/ghaf?ref=main --target=packages.x86_64-linux.lenovo-x1-carbon-gen11-release --target=packages.riscv64-linux.microchip-icicle-kit-release --target=packages.aarch64-linux.nvidia-jetson-orin-nx-release
run: nix run .#ghafscan -- --verbose=2 --whitelist=manual_analysis.csv --outdir=reports/main --flakeref=github:tiiuae/ghaf?ref=main --target=packages.x86_64-linux.lenovo-x1-carbon-gen11-release --target=packages.aarch64-linux.nvidia-jetson-orin-nx-release
- name: Ghaf Vulnerability Scan (ghaf-24.03)
run: nix run .#ghafscan -- --verbose=2 --whitelist=manual_analysis.csv --outdir=reports/ghaf-24.03 --flakeref=github:tiiuae/ghaf?ref=ghaf-24.03 --target=packages.x86_64-linux.lenovo-x1-carbon-gen11-release --target=packages.aarch64-linux.nvidia-jetson-orin-nx-release
run: nix run .#ghafscan -- --verbose=2 --whitelist=manual_analysis.csv --outdir=reports/ghaf-24.03 --flakeref=github:tiiuae/ghaf?ref=ghaf-24.03 --target=packages.x86_64-linux.lenovo-x1-carbon-gen11-release
- name: Ghaf Vulnerability Scan (ghaf-23.12)
run: nix run .#ghafscan -- --verbose=2 --whitelist=manual_analysis.csv --outdir=reports/ghaf-23.12 --flakeref=github:tiiuae/ghaf?ref=ghaf-23.12 --target=packages.x86_64-linux.lenovo-x1-carbon-gen11-release
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ The Ghaf [vulnerability reports](./reports/) available on this repository are au

## Example Reports
- [Ghaf 'main' x86_64-linux.lenovo-x1-carbon-gen11-release](./reports/main/packages.x86_64-linux.lenovo-x1-carbon-gen11-release.md)
- [Ghaf 'main' riscv64-linux.microchip-icicle-kit-release](./reports/main/packages.riscv64-linux.microchip-icicle-kit-release.md)
- [Ghaf 'main' aarch64-linux.nvidia-jetson-orin-nx-release](./reports/main/packages.aarch64-linux.nvidia-jetson-orin-nx-release.md)
- [Ghaf 'ghaf-24.03' x86_64-linux.lenovo-x1-carbon-gen11-release](./reports/ghaf-24.03/packages.x86_64-linux.lenovo-x1-carbon-gen11-release.md)
- [Ghaf 'ghaf-24.03' aarch64-linux.nvidia-jetson-orin-nx-release](./reports/ghaf-24.03/packages.aarch64-linux.nvidia-jetson-orin-nx-release.md)
- [Ghaf 'ghaf-23.12' x86_64-linux.lenovo-x1-carbon-gen11-release](./reports/ghaf-23.12/packages.x86_64-linux.lenovo-x1-carbon-gen11-release.md)

## Motivation
Expand Down
1 change: 0 additions & 1 deletion reports/ghaf-24.03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ SPDX-License-Identifier: CC-BY-SA-4.0
See the following links for detailled Ghaf vulnerability reports:

* [Vulnerability Report: 'packages.x86_64-linux.lenovo-x1-carbon-gen11-release'](packages.x86_64-linux.lenovo-x1-carbon-gen11-release.md)
* [Vulnerability Report: 'packages.aarch64-linux.nvidia-jetson-orin-nx-release'](packages.aarch64-linux.nvidia-jetson-orin-nx-release.md)

Loading

0 comments on commit 634e870

Please sign in to comment.