picket scan
All checks were successful
Dotnet build and test / build (pull_request) Successful in 2m43s

This commit is contained in:
Paul Schneider 2026-09-07 12:08:57 +01:00
commit 7a4ca76957
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
2 changed files with 13 additions and 4 deletions

View file

@ -41,9 +41,10 @@ jobs:
git submodule update --init --recursive
echo "✅ Checked out at $(git rev-parse HEAD) on $(git branch --show-current 2>/dev/null || echo detached HEAD)"
- name: Secret scan
uses: actions/secret-scan-action@v1
with:
install_scanners: true
run: |
echo "🔍 Scanning for secrets..."
cd /src/_src && dotnet tool restore && dotnet picket protect --verbose --redact --exit-code 1 \
&& echo "✅ Success !" || echo "❌ Fail ($?)!"
- name: Test
run: |
echo "🚀 Lancement des tests..."