Skip to content
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

refactor : Update vuln-list repo #101

Open
mmorel-35 opened this issue Sep 3, 2021 · 0 comments
Open

refactor : Update vuln-list repo #101

mmorel-35 opened this issue Sep 3, 2021 · 0 comments

Comments

@mmorel-35
Copy link
Contributor

The last workflow took 1h 27m 44s to pass and the longest step took 19m 28s.

What would you think of splitting this workflow in two step.
The first would build the vuln-list-update executable and upload it with actions/upload-artifact
The second would be a matrix of the differents targets (with their appropriate names) which would download the artifact (actions/download-artifact) and then execute ./vuln-list-update -target ...

The advantage of matrix is of course parallelization of the tasks.
What I don't know yet to create the right PR is what needs to be know by each step (GITHUB_TOKEN, GITHUB_ENV...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant