-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cicd: setup trivy scan and call gh-pages URL with results #526
Comments
Unfortunately, using the actions artifacts does not seem to work, since the only way to download them is by using a zip file, and the explorer does not support zip files. See https://github.com/actions/upload-artifact?tab=readme-ov-file#zip-archives for documentation on this. Do you have any other ideas @d-koppenhagen or do we want to revert the changes from #527 and close this issue as won't fix? |
Ahhh... I remember, I stumbled over this. I think we have three options:
|
Candidates for (1):
|
I don't really like the idea of using an external service for this. How about we use a special branch and publish the artifacts there and then use a raw URL to load them. This is basically what the github pages branch does. We would need to build a step that checks out the branch and adds the file and then commit/pushes. We could use a timestamp as a folder, that way we can write a cleanup job if we ever need it. This can be done with a combination of the checkout and the add and commit actions. |
This sound like a good idea to me! |
In order to demo and also scan the used dockerfile, we could make use of https://github.com/aquasecurity/trivy-action
The text was updated successfully, but these errors were encountered: