Skip to content

Commit 77ff658

Browse files
christoph-zededaOhmSpectator
authored andcommitted
yetus: fix yetus config files yetus warnings
These two yaml files just miss the starting '---'. Signed-off-by: Christoph Ostarek <[email protected]>
1 parent 05802f7 commit 77ff658

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.hadolint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
---
12
ignored:
23
- DL3059

.syft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# the output format(s) of the SBOM report (options: table, text, json, spdx, ...)
23
# same as -o, --output, and SYFT_OUTPUT env var
34
# to specify multiple output files in differing formats, use a list:

0 commit comments

Comments
 (0)