mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
chore: Github Actions. Naming and API env variables
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
name: find-secrets
|
||||
name: Find secrets
|
||||
|
||||
on: pull_request
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: pypi-release
|
||||
name: PyPI release
|
||||
|
||||
on:
|
||||
release:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "UI/CI - Code Quality and Health Check"
|
||||
name: "UI - Pull Request"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user