Commit c9f95598 authored by Michael Henriksen's avatar Michael Henriksen

Enable Secret Detection in CI

to help detect accidental exposure of secrets such
as API tokens and cryptographic keys in commits.
parent b4e50d0f
......@@ -58,6 +58,7 @@ test:release:
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
gosec-sast:
before_script:
......
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