Skip to content

Commit

Permalink
CI: Add image to scan
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jan 10, 2024
1 parent 8b54fbb commit c9e290b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
name: Build
name: Scan images
runs-on: ubuntu-20.04
steps:
- name: Checkout code
Expand All @@ -19,3 +19,10 @@ jobs:
image-ref: 'ghcr.io/bbusse/gtfso-import'
format: 'sarif'
output: 'trivy-results.sarif'

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'ghcr.io/bbusse/gtfso-vbb'
format: 'sarif'
output: 'trivy-results.sarif'

0 comments on commit c9e290b

Please sign in to comment.