diff --git a/.github/workflows/security-standards.yml b/.github/workflows/security-standards.yml index e750ed3..7f4e52b 100644 --- a/.github/workflows/security-standards.yml +++ b/.github/workflows/security-standards.yml @@ -11,30 +11,13 @@ on: jobs: phpforge: uses: infocyph/phpforge/.github/workflows/security-standards.yml@main + with: + fail_on_skipped_tests: true + integration_services: '[]' + service_topologies: '{}' + php_extensions: '["bcmath"]' permissions: security-events: write actions: read contents: read - with: - php_versions: '["8.2","8.3","8.4","8.5"]' - dependency_versions: '["prefer-lowest","prefer-stable"]' - php_extensions: "bcmath" - 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/captainhook.json b/captainhook.json deleted file mode 100644 index 782a292..0000000 --- a/captainhook.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "commit-msg": { - "enabled": false, - "actions": [] - }, - "pre-push": { - "enabled": false, - "actions": [] - }, - "pre-commit": { - "enabled": true, - "actions": [ - { - "action": "composer validate --strict", - "options": [] - }, - { - "action": "composer normalize --dry-run", - "options": [] - }, - { - "action": "composer ic:release:audit", - "options": [] - }, - { - "action": "composer ic:ci", - "options": [] - } - ] - }, - "prepare-commit-msg": { - "enabled": false, - "actions": [] - }, - "post-commit": { - "enabled": false, - "actions": [] - }, - "post-merge": { - "enabled": false, - "actions": [] - }, - "post-checkout": { - "enabled": false, - "actions": [] - }, - "post-rewrite": { - "enabled": false, - "actions": [] - }, - "post-change": { - "enabled": false, - "actions": [] - } -}