chore: Github Actions. Naming and API env variables

This commit is contained in:
Pedro De Castro
2024-11-25 17:57:51 +01:00
parent ff6c1e4127
commit e7e80944e9
5 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -16,9 +16,11 @@ on:
env:
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
POSTGRES_ADMIN_USER: prowler_admin
POSTGRES_ADMIN_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: prowler_db_test
POSTGRES_DB: prowler_db
VALKEY_HOST: localhost
VALKEY_PORT: 6379
VALKEY_DB: 0
@@ -1,4 +1,4 @@
name: build-lint-push-containers
name: Build and Push containers
on:
push:
+1 -1
View File
@@ -1,4 +1,4 @@
name: find-secrets
name: Find secrets
on: pull_request
+1 -1
View File
@@ -1,4 +1,4 @@
name: pypi-release
name: PyPI release
on:
release:
+1 -1
View File
@@ -1,4 +1,4 @@
name: "UI/CI - Code Quality and Health Check"
name: "UI - Pull Request"
on:
pull_request: