Conversation
|
@tillkruss What do you think about OCI metadata? |
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| hadolint: |
There was a problem hiding this comment.
Should we add this to style.yml?
There was a problem hiding this comment.
I name actions based on what it cares about, not based on what it does.
E.g. "style" is a job in "back-end" and in "front-end" and in "yaml"
https://github.com/szepeviktor/byte-level-care/tree/master/.github/workflows
There was a problem hiding this comment.
If you organize workflows based on the activity you will end up with 5 totally different target types in "style.yml".
There was a problem hiding this comment.
First let's see its output!
There was a problem hiding this comment.
Here is the output: https://github.com/szepeviktor/cachewerk_relay/actions/runs/5732711289/job/15536150993
- What rules (e.g
DL3040) to you want to be corrected? - What rules do you want to be ignored?
There was a problem hiding this comment.
Here is the output sorted and grouped by rule code
👉🏻 https://gist.github.com/szepeviktor/16c82e95c3b08906b297a2262728a2bc
There was a problem hiding this comment.
That's a lot of issues and they are pretty strict.
There was a problem hiding this comment.
That's the point of my work: prevent future problems.
"Lint" Dockerfiles.
https://github.com/hadolint/hadolint
From #104