-
-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drone CI generator support + Drone CI docs improvement (#2195)
* Add Drone CI template * Initial drone CI generator * Add docs about trigger rules for Drone CI * Add changelog entry * Make the Drone CI doc more readable
- Loading branch information
NebulaOnion
authored
Jan 1, 2023
1 parent
b359f69
commit 5399d4e
Showing
4 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
mega-linter-runner/generators/mega-linter/templates/.drone.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
kind: pipeline | ||
type: docker | ||
name: MegaLinter | ||
|
||
|
||
workspace: | ||
path: /tmp/lint | ||
|
||
steps: | ||
|
||
|
||
- name: megalinter | ||
image: oxsecurity/megalinter:v6 | ||
environment: | ||
DEFAULT_WORKSPACE: /tmp/lint |