Skip to content

Commit

Permalink
test(437): master - only high
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Dec 3, 2024
1 parent 82a322b commit 8fa806e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/trivy-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:

jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -20,4 +17,5 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
image-ref: '.'
image-ref: '.'
severity: high

0 comments on commit 8fa806e

Please sign in to comment.