Failure in browser_ui/13_secure/enable_scanning_from_configuration_spec.rb | Secure Enable Scanning from UI enable sast from configuration runs sast job when enabled from configuration
Full description
Secure Enable Scanning from UI enable sast from configuration runs sast job when enabled from configuration
File path
./qa/specs/features/ee/browser_ui/13_secure/enable_scanning_from_configuration_spec.rb
Stack trace
RSpec::Expectations::ExpectationNotMetError: expected to find text "SECURE_ANALYZERS_PREFIX: registry.example.com" in "Skip to content GitLab Menu Help P project-with-secure-70be89d6b6992e38 Project information Repository Issues 0 Merge requests 0 CI/CD Security & Compliance Deployments Packages & Registries Infrastructure Monitor Analytics Wiki Snippets Settings Collapse sidebar gitlab-qa-sandbox-group-4 qa-test-2022-06-01-19-41-22-fa7e377f37e68bc4 project-with-secure-70be89d6b6992e38 Merge requests New New merge request From set-sast-config-1 into main Change branches Title (required) Start the title with Draft: to prevent a merge request draft from merging before it's ready. Add description templates to help your contributors to communicate effectively! Description Write Preview Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings. Supports Markdown. For quick actions, type /. Attach a file Assignees Administrator Reviewers Unassigned Approvals are optional. Approval rules Milestone Milestone Labels Labels Merge request dependencies List the merge requests that must be merged before this one. Merge options Delete source branch when merge request is accepted. Squash commits when merge request is accepted. Cancel Commits 1 Changes 1 Inline Side-by-side Showing 1 changed file with 13 additions and 0 deletions .gitlab-ci.yml 0 → 100644 Edit View file @ af2287e4 # You can override the included template(s) by including variable overrides # SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings # Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings # Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings # Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings # Note that environment variables can be set in several places # See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence stages: - test sast: stage: test include: - template: Security/SAST.gitlab-ci.yml"
First happened in https://gitlab.com/gitlab-org/gitlab-qa-mirror/-/jobs/2535117198.
Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347685.