canonical / charmed-kubeflow-workflows

Repository that containes GitHub workflows and shareable configs for Charmed Kubeflow
0 stars 0 forks source link

fix: Update `build_scan_and_test_rock.yaml` to not remove docker images #34

Closed orfeas-k closed 9 months ago

orfeas-k commented 9 months ago

Fix trivy scanning failures due to maximize-build-space action deleting the image that the action needed to run in.

Testing

Here's a successful (almost) run. Trivy completed successfully and you can view the maximize step has no remove-docker-images argument.

Closes https://github.com/canonical/charmed-kubeflow-workflows/issues/33