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

This commit is contained in:
Paul Schneider 2026-09-07 13:19:39 +01:00
commit ec87e8db15
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -43,7 +43,7 @@ jobs:
- name: Secret scan - name: Secret scan
run: | run: |
echo "🔍 Scanning for secrets..." 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 ($?)!" && echo "✅ Success !" || echo "❌ Fail ($?)!"
- name: Test - name: Test
run: | run: |