add "document-start" 1st line to all yaml files
The YAML Specification requires three daashes `---` as marker for the start of a content block. That means, each YAML file needs to start with `---` on the first line (or after initial comments). See-also: https://yaml.org/
This commit is contained in:
1
.github/workflows/dependabot.yaml
vendored
1
.github/workflows/dependabot.yaml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
|
1
.github/workflows/trivy.yaml
vendored
1
.github/workflows/trivy.yaml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Trivy vulnerability scanner
|
||||
on:
|
||||
push:
|
||||
|
Reference in New Issue
Block a user