We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8be793 commit f5a8ee4Copy full SHA for f5a8ee4
.gitlab-ci.yml
@@ -39,7 +39,7 @@ security-scan:
39
APPSECHUB_PARENT_PIPELINE_ID: $CI_PIPELINE_ID
40
APPSECHUB_SCA_SBOM_GENERATOR: custom
41
APPSECHUB_SBOM_PATH: sbom.cyclonedx.json
42
- APPSECHUB_SBOM_MASK: "*bom*.json"
+ APPSECHUB_SBOM_MASK: '*bom*.json'
43
CUSTOM_SBOM_GENERATOR_JOB_NAME: sbom-creation
44
rules:
45
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0 commit comments