Skip to content

Commit

Permalink
Merge pull request #144 from ScheererJ/enhancement/enable-gosec-resul…
Browse files Browse the repository at this point in the history
…t-upload

Add SAST logs to OCM component descriptor
  • Loading branch information
ScheererJ authored Oct 16, 2024
2 parents e46781d + d14d02b commit c6437fa
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
@@ -1,5 +1,12 @@
apiserver-proxy:
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 @@ -48,6 +55,17 @@ apiserver-proxy:
preprocess: 'finalize'
release:
nextversion: 'bump_minor'
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/apiserver-proxy/pull/143
component_descriptor:
ocm_repository: europe-docker.pkg.dev/gardener-project/releases
slack:
Expand Down

0 comments on commit c6437fa

Please sign in to comment.