feat/files-control #52
1 changed files with 1 additions and 1 deletions
take the scanning in account
commit
7c565d3af9
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Clone yavsc
|
- name: Clone yavsc
|
||||||
run: |
|
run: |
|
||||||
|
set -e
|
||||||
cd /src
|
cd /src
|
||||||
git clone https://forgejo.pschneider.fr/notazof/yavsc.git _src
|
git clone https://forgejo.pschneider.fr/notazof/yavsc.git _src
|
||||||
cd _src
|
cd _src
|
||||||
|
|
@ -44,7 +45,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "🔍 Scanning for secrets..."
|
echo "🔍 Scanning for secrets..."
|
||||||
cd /src/_src && dotnet tool restore && dotnet picket git --verbose --redact --exit-code 1 --log-opts -n1 \
|
cd /src/_src && dotnet tool restore && dotnet picket git --verbose --redact --exit-code 1 --log-opts -n1 \
|
||||||
&& echo "✅ Success !" || echo "❌ Fail ($?)!"
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
echo "🚀 Lancement des tests..."
|
echo "🚀 Lancement des tests..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue