Skip to content

feat: refine cbc header #8456

feat: refine cbc header

feat: refine cbc header #8456

Triggered via pull request August 9, 2024 22:30
Status Success
Total duration 13m 51s
Artifacts 4

main.yaml

on: pull_request
Matrix: build / build-and-push-image
install-env  /  install-test-env
1m 23s
install-env / install-test-env
is-tagged-release
35s
is-tagged-release
test-checks  /  trivy-scan-code
30s
test-checks / trivy-scan-code
test-checks  /  cocogitto
35s
test-checks / cocogitto
test-checks  /  gitleaks
29s
test-checks / gitleaks
test-checks  /  check_immutable_sqitch_files
34s
test-checks / check_immutable_sqitch_files
test-checks  /  check_deleted_sqitch_tags
33s
test-checks / check_deleted_sqitch_tags
rebase-feature-pr
0s
rebase-feature-pr
Matrix: test-checks / codeql-scan
setup-s3-backup  /  deploy-s3-secret-to-dev
24s
setup-s3-backup / deploy-s3-secret-to-dev
setup-s3-backup  /  deploy-s3-secret-to-test
50s
setup-s3-backup / deploy-s3-secret-to-test
setup-s3-backup  /  deploy-s3-secret-to-prod
41s
setup-s3-backup / deploy-s3-secret-to-prod
cleanup_feature  /  clean-feature-env
cleanup_feature / clean-feature-env
test-checks  /  lint-chart
15s
test-checks / lint-chart
deploy-feature  /  setup-feature-database
7s
deploy-feature / setup-feature-database
test-containers  /  trivy-scan-app
1m 37s
test-containers / trivy-scan-app
test-containers  /  trivy-scan-db
32s
test-containers / trivy-scan-db
test-e2e  /  yarn-test-e2e-applicant
4m 59s
test-e2e / yarn-test-e2e-applicant
test-e2e  /  yarn-test-e2e-admin
3m 25s
test-e2e / yarn-test-e2e-admin
test-e2e  /  yarn-test-e2e-analyst
5m 34s
test-e2e / yarn-test-e2e-analyst
test-zap  /  zap-owasp-full
5m 20s
test-zap / zap-owasp-full
ensure-sqitch-plan-ends-with-tag
0s
ensure-sqitch-plan-ends-with-tag
deploy-feature  /  deploy-feature-to-openshift-development
2m 16s
deploy-feature / deploy-feature-to-openshift-development
test-containers  /  renovate
47s
test-containers / renovate
test-e2e  /  yarn-test-e2e-finalize
58s
test-e2e / yarn-test-e2e-finalize
deploy-feature  /  update-jira-issue
8s
deploy-feature / update-jira-issue
deploy  /  is-tagged-release
deploy / is-tagged-release
deploy  /  deploy-to-openshift-development
deploy / deploy-to-openshift-development
deploy  /  ensure-sqitch-plan-ends-with-tag
deploy / ensure-sqitch-plan-ends-with-tag
deploy  /  ...  /  export-secrets
deploy / backup-secrets-dev / export-secrets
deploy  /  deploy-to-openshift-test
deploy / deploy-to-openshift-test
deploy  /  deploy-to-openshift-production
deploy / deploy-to-openshift-production
deploy  /  ...  /  export-secrets
deploy / backup-secrets-test / export-secrets
deploy  /  ...  /  export-secrets
deploy / backup-secrets-prod / export-secrets
deploy  /  create-release
deploy / create-release
deploy  /  ...  /  create_hotfix_branch
deploy / create_hotfix_branch / create_hotfix_branch
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
setup-s3-backup / deploy-s3-secret-to-dev
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
setup-s3-backup / deploy-s3-secret-to-prod
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
setup-s3-backup / deploy-s3-secret-to-test
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
install-env / install-test-env
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-code / eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-code / schema
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-code / pgtap
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-code / reverts
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Sensitive data should not be used in the ARG or ENV commands: app/Dockerfile#L21
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SENTRY_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: app/Dockerfile#L20
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "SENTRY_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
test-code / jest
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy-feature / deploy-feature-to-openshift-development
Unexpected input(s) 'openshift_app_namespace', 'openshift_metabase_namespace', 'openshift_metabase_prod_namespace', 'next_public_growthbook_api_key', 'aws_s3_bucket', 'aws_s3_region', 'aws_s3_key', 'aws_s3_secret_key', 'aws_role_arn', 'aws_clam_s3_bucket', 'metabase_site_url', 'metabase_embed_secret', 'feature_name', valid inputs are ['openshift_server_url', 'openshift_token', 'openshift_username', 'openshift_password', 'insecure_skip_tls_verify', 'certificate_authority_data', 'namespace', 'reveal_cluster_name']
deploy-feature / deploy-feature-to-openshift-development
Unexpected input(s) 'keycloak_host', 'sa_client_secret', 'sa_client_id', valid inputs are ['openshift_server_url', 'openshift_token', 'openshift_app_namespace', 'openshift_metabase_namespace', 'openshift_metabase_prod_namespace', 'tag', 'client_secret', 'secure_route', 'next_public_growthbook_api_key', 'aws_s3_bucket', 'aws_clam_s3_bucket', 'aws_s3_region', 'aws_s3_key', 'aws_s3_secret_key', 'aws_role_arn', 'certbot_email', 'certbot_server', 'environment', 'enable_load_test', 'metabase_site_url', 'metabase_embed_secret', 'sp_sa_user', 'sp_sa_password', 'sp_site', 'sp_doc_library', 'sp_ms_file_name', 'sp_list_name', 'ches_url', 'ches_client', 'ches_client_secret', 'ches_to', 'ches_keycloak_host', 'feature_name', 'test_pg_password']
deploy-feature / update-jira-issue
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-e2e / yarn-test-e2e-admin
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-e2e / yarn-test-e2e-applicant
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-zap / zap-owasp-full
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-e2e / yarn-test-e2e-analyst
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-e2e / yarn-test-e2e-finalize
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "zap_scan". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
bcgov~CONN-CCBC-portal~HX634R.dockerbuild Expired
44.2 KB
bcgov~CONN-CCBC-portal~X7ITOF.dockerbuild Expired
16.5 KB
bcgov~CONN-CCBC-portal~YNAJE8.dockerbuild Expired
11.9 KB
zap_scan Expired
169 KB