PHP Classes

File: .github/workflows/security-standards.yml

Recommend this page to a friend!
  Packages of A. B. M. Mahmudul Hasan   OTP   .github/workflows/security-standards.yml   Download  
File: .github/workflows/security-standards.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OTP
Generate token to be verified during a time window
Author: By
Last change:
Date: 20 days ago
Size: 1,108 bytes
 

Contents

Class file image Download
name: "Security & Standards" on: schedule: - cron: "0 0 * * 0" push: branches: [ "main", "master" ] pull_request: branches: [ "main", "master", "develop", "development" ] jobs: phpforge: uses: infocyph/phpforge/.github/workflows/security-standards.yml@main 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