Skip to content

Commit

Permalink
adapt security scans
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 3, 2023
1 parent ec9a081 commit 03a685b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,14 @@ jobs:
- name: Generate manifests
run: |
# Fetch tag of the images
TAG=$(ls tag/)
export TAG=$(ls tag/)
echo "$TAG"
mkdir scans
envsubst < .github/actions/deploy-klt-on-cluster/values.yaml > tmp.yaml
echo "used values.yaml file:"
cat tmp.yaml
helm template keptn-test --namespace helmtests -f .github/actions/deploy-klt-on-cluster/values.yaml ./chart \
--set lifecycleOperator.lifecycleOperator.image.tag=$TAG \
--set lifecycleOperator.scheduler.image.tag=$TAG \
--set lifecycleOperator.lifecycleOperator.env.functionRunnerImage=localhost:5000/keptn/deno-runtime:$TAG \
--set lifecycleOperator.lifecycleOperator.env.pythonRunnerImage=localhost:5000/keptn/python-runtime:$TAG \
--set certManager.image.tag=$TAG \
--set metricsOperator.image.tag=$TAG > ./scans/result.yaml
helm template keptn-test --namespace helmtests -f tmp.yaml ./chart > ./scans/result.yaml
- name: KICS Scan
if: matrix.tool == 'kics'
Expand Down

0 comments on commit 03a685b

Please sign in to comment.