Skip to content

Commit

Permalink
test(contrib): check contrib dir for default path
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 22, 2024
1 parent c456b95 commit 9013280
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-install-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
uses: actions/checkout@v4

- name: Install trivy
uses: DmitriyLewen/setup-trivy@2df9f605c29dbee29f7c66a8151e3b97f0874f5d
uses: DmitriyLewen/setup-trivy@8864c97f0ae59376174760196d2558196a854bcb
with:
version: v0.56.2
token: ${{ secrets.READ_PAT }}

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

0 comments on commit 9013280

Please sign in to comment.