Skip to content

Commit 6e31e48

Browse files
authored
Update aqua-cloud.yml
1 parent 41f8116 commit 6e31e48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/aqua-cloud.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
set-safe-directory: '/github/workspace'
18-
- run: git config --global --add safe.directory /github/workspace
18+
19+
- name: Ownership workaround
20+
run: git config -system --add safe.directory /github/workspace
1921

2022
- name: Run Trivy vulnerability scanner against Aqua Cloud
2123
uses: aquasecurity/trivy-action@0.24.0

0 commit comments

Comments
 (0)