Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 3, 2024
1 parent c25f4c1 commit 18ab6e4
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 @@ -33,4 +33,7 @@ jobs:
## But `action/cache` doesn't use `root` user
## So we need to change the permissions before caching the database.
- name: change permissions for trivy.db
run: chmod 0644 ./cache/db/trivy.db
run: |
whoami
ls -ahl ./cache/db
chmod 0644 ./cache/db/trivy.db

0 comments on commit 18ab6e4

Please sign in to comment.