initial draft
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
dry-run-setup-trivy:
|
||||
name: Dry-Run Setup Trivy
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
- linux-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup Trivy
|
||||
uses: ./setup-trivy
|
||||
with:
|
||||
version: latest
|
||||
architecture: amd64
|
||||
- name: Run Trivy
|
||||
run: trivy --version
|
||||
Reference in New Issue
Block a user