Skip to content

Commit 4fd5ff3

Browse files
authored
Update aqua-cloud.yml
1 parent 87aacd9 commit 4fd5ff3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/aqua-cloud.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16-
with:
17-
set-safe-directory: '/github/workspace'
18-
19-
- name: Ownership workaround
20-
run: git config --system --add safe.directory '*'
2116

2217
- name: Run Trivy vulnerability scanner against Aqua Cloud
23-
uses: aquasecurity/trivy-action@0.24.0
18+
uses: simar7/trivy-action@fe9b9e7e3c0d9e764d9c018d5603f57fba6aba3d
2419
with:
2520
scan-type: 'fs'
2621
hide-progress: true

0 commit comments

Comments
 (0)