Skip to content

Commit

Permalink
test(trivy-action): test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 14, 2024
1 parent cee0eb8 commit 0120b2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/trivy-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

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

0 comments on commit 0120b2d

Please sign in to comment.