feat/files-control #52

Open
notazof wants to merge 32 commits from feat/files-control into main
Showing only changes of commit ec87e8db15 - Show all commits

scan the commit
All checks were successful
Dotnet build and test / build (pull_request) Successful in 6m30s

Paul Schneider 2026-09-07 13:19:39 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -43,7 +43,7 @@ jobs:
- name: Secret scan
run: |
echo "🔍 Scanning for secrets..."
cd /src/_src && dotnet tool restore && dotnet picket protect --verbose --redact --exit-code 1 \
cd /src/_src && dotnet tool restore && dotnet picket git --verbose --redact --exit-code 1 --log-opts -n1 \
&& echo "✅ Success !" || echo "❌ Fail ($?)!"
- name: Test
run: |