Skip to content

Commit

Permalink
test(trivy-install): test self-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 17, 2024
1 parent 0120b2d commit 808a166
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test-install-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ on:

jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
runs-on: my-macos-runner
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install trivy
uses: DmitriyLewen/setup-trivy@c686e3c252f9d4a2aa5e35377c09d307d21a7386
uses: aquasecurity/setup-trivy@v0.2.1
with:
version: v0.55.0
version: v0.56.2
cache: true

- name: Test trivy run
Expand Down

0 comments on commit 808a166

Please sign in to comment.