Skip to content

Commit

Permalink
github: Use cohort="+" for trivy snap scan
Browse files Browse the repository at this point in the history
So that we get the latest version when rolling out new releases.

Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Dec 10, 2024
1 parent 22cbc6f commit 2d50396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Download snap for scan
run: |
snap download lxd --channel=${{ matrix.version }}/stable
snap download lxd --channel=${{ matrix.version }}/stable --cohort="+"
unsquashfs ./lxd*.snap
- name: Run Trivy vulnerability scanner
Expand Down

0 comments on commit 2d50396

Please sign in to comment.