Skip to content

Commit

Permalink
Add SAST logs to OCM component descriptor (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScheererJ authored Oct 16, 2024
1 parent 75e92aa commit 49d7e0e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ gardener-extension-networking-cilium:
attribute: global.image.tag

base_definition:
repo:
source_labels:
- name: cloud.gardener.cnudie/dso/scanning-hints/source_analysis/v1
value:
policy: skip
comment: |
we use gosec for sast scanning. See attached log.
steps:
verify:
image: 'golang:1.23.1'
Expand Down Expand Up @@ -110,6 +117,17 @@ gardener-extension-networking-cilium:
nextversion: 'bump_minor'
next_version_callback: '.ci/prepare_release'
release_callback: '.ci/prepare_release'
assets:
- type: build-step-log
step_name: verify
purposes:
- lint
- sast
- gosec
comment: |
we use gosec (linter) for SAST scans
see: https://github.com/securego/gosec
enabled by https://github.com/gardener/gardener-extension-networking-cilium/pull/420
slack:
default_channel: 'internal_scp_workspace'
channel_cfgs:
Expand Down

0 comments on commit 49d7e0e

Please sign in to comment.