scan the commit
All checks were successful
Dotnet build and test / build (pull_request) Successful in 6m30s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 6m30s
This commit is contained in:
parent
bb4792d8ae
commit
ec87e8db15
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue