Skip to content

Commit

Permalink
Adapt pipeline_definitions to include SAST linting logs in OCM descri…
Browse files Browse the repository at this point in the history
…ptor
  • Loading branch information
shreyas-s-rao committed Dec 17, 2024
1 parent 5057981 commit 476eecc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
etcd-wrapper:
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.
traits:
version:
preprocess:
Expand Down Expand Up @@ -61,6 +68,16 @@ etcd-wrapper:
image: europe-docker.pkg.dev/gardener-project/releases/gardener/etcd-wrapper
release:
nextversion: 'bump_minor'
assets:
- type: build-step-log
step_name: check
purposes:
- lint
- sast
- gosec
comment: |
we use gosec (linter) for SAST scans
see: https://github.com/securego/gosec
slack:
default_channel: 'internal_scp_workspace'
channel_cfgs:
Expand Down

0 comments on commit 476eecc

Please sign in to comment.