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
|
git submodule update --init --recursive
|
||||||
echo "✅ Checked out at $(git rev-parse HEAD) on $(git branch --show-current 2>/dev/null || echo detached HEAD)"
|
echo "✅ Checked out at $(git rev-parse HEAD) on $(git branch --show-current 2>/dev/null || echo detached HEAD)"
|
||||||
- name: Secret scan
|
- name: Secret scan
|
||||||
uses: actions/secret-scan-action@v1
|
run: |
|
||||||
with:
|
echo "🔍 Scanning for secrets..."
|
||||||
install_scanners: true
|
cd /src/_src && dotnet tool restore && dotnet picket protect --verbose --redact --exit-code 1 \
|
||||||
|
&& echo "✅ Success !" || echo "❌ Fail ($?)!"
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
echo "🚀 Lancement des tests..."
|
echo "🚀 Lancement des tests..."
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"isRoot": true,
|
"isRoot": true,
|
||||||
"tools": {}
|
"tools": {
|
||||||
|
"picket": {
|
||||||
|
"version": "0.2.12",
|
||||||
|
"commands": [
|
||||||
|
"picket"
|
||||||
|
],
|
||||||
|
"rollForward": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue