Skip to content

Commit

Permalink
CI: Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jan 10, 2024
1 parent e411635 commit 5bec090
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/vulnerabilty-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Scan
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3

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

0 comments on commit 5bec090

Please sign in to comment.