Skip to content

Commit

Permalink
Update Ghaf release target branch
Browse files Browse the repository at this point in the history
Start scanning ghaf-23.09 release instead of ghaf-23.06.

Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten committed Nov 8, 2023
1 parent f502713 commit 772d97b
Show file tree
Hide file tree
Showing 6 changed files with 1,048 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
nix_path: nixpkgs=channel:nixpkgs-unstable
- 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.generic-x86_64-release --target=packages.riscv64-linux.microchip-icicle-kit-release
- name: Ghaf Vulnerability Scan (ghaf-23.06)
run: nix run .#ghafscan -- --verbose=2 --whitelist=manual_analysis.csv --outdir=reports/ghaf-23.06 --flakeref=github:tiiuae/ghaf?ref=ghaf-23.06 --target=packages.x86_64-linux.generic-x86_64-release
- name: Ghaf Vulnerability Scan (ghaf-23.09)
run: nix run .#ghafscan -- --verbose=2 --whitelist=manual_analysis.csv --outdir=reports/ghaf-23.09 --flakeref=github:tiiuae/ghaf?ref=ghaf-23.09 --target=packages.x86_64-linux.generic-x86_64-release
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automatic vulnerability report update
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Ghaf [vulnerability reports](./reports/) available on this repository are au
## Example Reports
- [Ghaf 'main' generic-x86_64-release](./reports/main/packages.x86_64-linux.generic-x86_64-release.md)
- [Ghaf 'main' riscv64-linux.microchip-icicle-kit-release](./reports/main/packages.riscv64-linux.microchip-icicle-kit-release.md)
- [Ghaf 'ghaf-23.06' generic-x86_64-release](./reports/ghaf-23.06/packages.x86_64-linux.generic-x86_64-release.md)
- [Ghaf 'ghaf-23.09' generic-x86_64-release](./reports/ghaf-23.09/packages.x86_64-linux.generic-x86_64-release.md)

## Motivation

Expand Down
12 changes: 12 additions & 0 deletions reports/ghaf-23.09/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!--
SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII)
SPDX-License-Identifier: CC-BY-SA-4.0
-->

# Ghaf Vulnerability Reports

See the following links for detailled Ghaf vulnerability reports:

* [Vulnerability Report: 'packages.x86_64-linux.generic-x86_64-release'](packages.x86_64-linux.generic-x86_64-release.md)

Loading

0 comments on commit 772d97b

Please sign in to comment.