Skip to content

Commit

Permalink
github: Use cohort="+" for trivy snap scan (#14632)
Browse files Browse the repository at this point in the history
So that we get the latest version when rolling out new releases.
  • Loading branch information
tomponline authored Dec 10, 2024
2 parents 22cbc6f + 2d50396 commit 76ed931
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 76ed931

Please sign in to comment.