Skip to content

Commit

Permalink
test(setup-trivy): without token
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 23, 2024
1 parent c98139d commit fc067bc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-install-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ jobs:
uses: actions/checkout@v4

- name: Install trivy
uses: DmitriyLewen/setup-trivy@65747a0e94c86392593e40265dc539d8b276df3a
uses: DmitriyLewen/setup-trivy@0faeae687c92b01123d6eaafbe78091bc8b610eb
with:
version: v0.56.2
path: "."

- name: Test trivy run
shell: bash
run: |
ls -ahl "."
ls -ahl "./trivy-bin"
ls -ahl "./trivy-bin/contrib"
run: trivy -v

0 comments on commit fc067bc

Please sign in to comment.