Commit 274e902f authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'scan-execution-policies-stage-name' into 'master'

Scan execution policies stage name

See merge request gitlab-org/gitlab!82884
parents 74e520c6 9ebf0d15
...@@ -8,14 +8,20 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -8,14 +8,20 @@ info: To determine the technical writer assigned to the Stage/Group associated w
Project owners can use scan execution policies to require that security scans run on a specified Project owners can use scan execution policies to require that security scans run on a specified
schedule or with the project pipeline. Required scans are injected into the CI pipeline as new jobs schedule or with the project pipeline. Required scans are injected into the CI pipeline as new jobs
with a long, random job name. In the unlikely event of a job name collision, the security policy job with a long, random job name. In the unlikely event of a job name collision, the security policy job overwrites
overwrites any pre-existing job in the pipeline. any pre-existing job in the pipeline.
This feature has some overlap with [compliance framework pipelines](../../project/settings/#compliance-pipeline-configuration), This feature has some overlap with [compliance framework pipelines](../../project/settings/#compliance-pipeline-configuration),
as we have not [unified the user experience for these two features](https://gitlab.com/groups/gitlab-org/-/epics/7312). as we have not [unified the user experience for these two features](https://gitlab.com/groups/gitlab-org/-/epics/7312).
For details on the similarities and differences between these features, see For details on the similarities and differences between these features, see
[Enforce scan execution](../#enforce-scan-execution). [Enforce scan execution](../#enforce-scan-execution).
NOTE:
Policy jobs are created in the `test` stage of the pipeline. If you modify the default pipeline
[`stages`](../../../ci/yaml/index.md#stages),
you must ensure that the `test` stage exists in the list. Otherwise, the pipeline fails to run and
an error appears that states `chosen stage does not exist`.
## Scan execution policy editor ## Scan execution policy editor
NOTE: NOTE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment