Current Behavior
When using -bt none on Gitlab integrations a "fortify" directory is being included in the package due to Gitlab structure
Expected Behavior
Directories that are not part of the repository should not be included on the package
Steps To Reproduce
- Run a pipeline on Gitlab
- Check the resulting artifact
- Verify that a "fortify" directory with logs and data is included on the package)
Environment
Pipeline include:
component: $CI_SERVER_FQDN/Fortify/components/ast-scan/linux@1.0.1
inputs:
job-name: fortify-sast
stage: test
fcli-version: v3
Anything else?
No response