Skip to content

Commit

Permalink
Modified security test to use os container
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-vido committed Jan 10, 2025
1 parent b7e3c03 commit e379bea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,11 @@ images:
- destination_dir: .
source_path: /go/bin/helpdesk-faq
to: helpdesk-faq
- dockerfile_literal: |-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
RUN microdnf install -y git jq
from: os
to: snyk
promotion:
to:
- namespace: ci
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ref:
- name: SNYK_ENABLE_CODE_SCAN
default: "true"
commands: openshift-ci-security-snyk-scan-commands.sh
from: src
from: snyk
grace_period: 5m0s
resources:
requests:
Expand Down

0 comments on commit e379bea

Please sign in to comment.