You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the update to the workflow done in #686 variables that are used to generate filenames have been changed. This causesd unset variables to be used when generating report file names.
For example this path: trivy-reports-2023-09-11-01-49-07---1.tar.gz from here should have been path: trivy-reports-2023-09-11-01-49-07-1.7-stable-1.tar.gz
fix: modified workflow to parse release-risk
#695
Summary of changes:
- Modified workflow to parse release-risk according to new setup and use
output varible in creating report names.
Bug Description
After the update to the workflow done in #686 variables that are used to generate filenames have been changed. This causesd unset variables to be used when generating report file names.
For example this
path: trivy-reports-2023-09-11-01-49-07---1.tar.gz
from here should have beenpath: trivy-reports-2023-09-11-01-49-07-1.7-stable-1.tar.gz
The following lines need to be addressed and proper file name should be generated:
https://github.com/canonical/bundle-kubeflow/blob/main/.github/workflows/scan-images.yaml#L59
https://github.com/canonical/bundle-kubeflow/blob/main/.github/workflows/scan-images.yaml#L62
https://github.com/canonical/bundle-kubeflow/blob/main/.github/workflows/scan-images.yaml#L67
https://github.com/canonical/bundle-kubeflow/blob/main/.github/workflows/scan-images.yaml#L72
To Reproduce
Refer to image scan workflow execution, eg. https://github.com/canonical/bundle-kubeflow/actions/runs/6140822553
Environment
Image scan workflow in Github Runner.
Relevant Log Output
Additional Context
N/A
The text was updated successfully, but these errors were encountered: