picket scan
All checks were successful
Dotnet build and test / build (pull_request) Successful in 2m43s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 2m43s
This commit is contained in:
parent
c902852a24
commit
7a4ca76957
2 changed files with 13 additions and 4 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {}
|
||||
"tools": {
|
||||
"picket": {
|
||||
"version": "0.2.12",
|
||||
"commands": [
|
||||
"picket"
|
||||
],
|
||||
"rollForward": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue