From f9f211f8dfd4e2ba2cee5c9539a143371af5e78f Mon Sep 17 00:00:00 2001 From: "A. B. M. Mahmudul Hasan" Date: Thu, 20 Aug 2026 16:22:04 +0600 Subject: [PATCH] updated test --- .github/workflows/security-standards.yml | 25 +++--------------------- .gitignore | 1 + 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/.github/workflows/security-standards.yml b/.github/workflows/security-standards.yml index dbac569..e7839d3 100644 --- a/.github/workflows/security-standards.yml +++ b/.github/workflows/security-standards.yml @@ -11,30 +11,11 @@ on: jobs: phpforge: uses: infocyph/phpforge/.github/workflows/security-standards.yml@main + with: + integration_services: '[]' + service_topologies: '{}' permissions: security-events: write actions: read contents: read - with: - php_versions: '["8.4","8.5"]' - dependency_versions: '["prefer-lowest","prefer-stable"]' - php_extensions: "" - composer_flags: "" - phpstan_memory_limit: "1G" - psalm_threads: "1" - run_analysis: true - run_svg_report: true - fail_on_skipped_tests: false - enable_redis_service: false - enable_valkey_service: false - enable_memcached_service: false - enable_postgres_service: false - enable_mysql_service: false - enable_scylladb_service: false - enable_elasticsearch_service: false - enable_mongodb_service: false - service_db_name: "phpforge" - service_db_user: "phpforge" - service_db_password: "phpforge" - artifact_retention_days: 61 diff --git a/.gitignore b/.gitignore index 0201dc9..874517b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ var vendor .codex plan.md +/graphify-out