Skip to content

Commit

Permalink
Also scan gs64-3.7.1 package
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 25, 2024
1 parent d562cbb commit f1895dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scheduled-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
version:
- latest
- v5
name: Scheduled scan for vulnerabilities ${{ matrix.version }}
package:
- launchpad
- launchpad-gs64-3.7.1
name: Scheduled scan for vulnerabilities ${{ matrix.package }}-${{ matrix.version }}
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: ghcr.io/${{ github.repository_owner }}/launchpad:${{ matrix.version}}
image-ref: ghcr.io/${{ github.repository_owner }}/${{ matrix.package }}:${{ matrix.version}}
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
Expand Down

0 comments on commit f1895dd

Please sign in to comment.