Secret scan
This commit is contained in:
parent
38bc659a58
commit
1ad490d72a
2 changed files with 6 additions and 1 deletions
|
|
@ -40,7 +40,10 @@ jobs:
|
||||||
fi
|
fi
|
||||||
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
|
||||||
|
uses: actions/secret-scan-action@v1
|
||||||
|
with:
|
||||||
|
install_scanners: true
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
echo "🚀 Lancement des tests..."
|
echo "🚀 Lancement des tests..."
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
APP_PROJECT_NAMES=Org Blogs Api
|
APP_PROJECT_NAMES=Org Blogs Api
|
||||||
SLNDIR=..
|
SLNDIR=..
|
||||||
|
|
||||||
|
MAIN_SECRET="4QSFD923c65sdf-654"
|
||||||
|
|
||||||
include $(SLNDIR)/.env
|
include $(SLNDIR)/.env
|
||||||
include .env
|
include .env
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue