-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync Latest Updates from Team RapidFort by Rapidfort Readme Bot (#862)
Signed-off-by: RapidFort Sync Bot <[email protected]> Co-authored-by: RapidFort Sync Bot <[email protected]>
- Loading branch information
1 parent
8bf7e18
commit 40a0bda
Showing
13 changed files
with
101 additions
and
28 deletions.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: shellcheck-official | ||
official_name: Shellcheck Official | ||
official_website: https://www.shellcheck.net | ||
source_image_provider: The Docker Community | ||
source_image_repo: docker.io/koalaman/shellcheck-alpine | ||
source_image_repo_link: https://hub.docker.com/r/koalaman/shellcheck-alpine | ||
source_image_readme: https://github.com/koalaman/shellcheck/blob/master/README.md | ||
rf_docker_link: rapidfort/shellcheck-official | ||
image_workflow_name: shellcheck_official | ||
github_location: shellcheck/official | ||
report_url: https://us01.rapidfort.com/app/community/imageinfo/docker.io%2Fkoalaman%2Fshellcheck-alpine | ||
usage_instructions: | | ||
#Run the shellcheck container: | ||
$ docker run --rm -v "$PWD:/mnt" rapidfort/shellcheck-official myscript | ||
what_is_text: | | ||
ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh shell scripts. | ||
disclaimer: | | ||
Trademarks: This software listing is packaged by RapidFort. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. | ||
input_registry: | ||
registry: docker.io | ||
account: koalaman | ||
repo_sets: | ||
- shellcheck-alpine: | ||
input_base_tag: "v0.10." | ||
output_repo: shellcheck-official | ||
runtimes: | ||
- type: docker_compose | ||
script: dc_coverage.sh | ||
compose_file: docker-compose.yml | ||
image_keys: | ||
shellcheck-official: | ||
repository: "SHELLCHECK_IMAGE_REPOSITORY" | ||
tag: "SHELLCHECK_IMAGE_TAG" |
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,33 @@ | ||
name: yq-official | ||
official_name: YQ Official | ||
official_website: https://mikefarah.gitbook.io/yq | ||
source_image_provider: The Docker Community | ||
source_image_repo: docker.io/mikefarah/yq | ||
source_image_repo_link: https://hub.docker.com/r/mikefarah/yq | ||
source_image_readme: https://github.com/mikefarah/yq/blob/master/README.md | ||
rf_docker_link: rapidfort/yq-official | ||
image_workflow_name: yq_official | ||
github_location: yq/official | ||
report_url: https://us01.rapidfort.com/app/community/imageinfo/docker.io%2Fmikefarah%2Fyq | ||
usage_instructions: | | ||
#Run the yq container: | ||
$ docker run -d --name yq-new rapidfort/yq-official (command) | ||
what_is_text: | | ||
YQ is a command line tool to query and manipulate yaml files. It is the yaml equivalent to JQ (same but for json files). | ||
disclaimer: | | ||
Trademarks: This software listing is packaged by RapidFort. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. | ||
input_registry: | ||
registry: docker.io | ||
account: mikefarah | ||
repo_sets: | ||
- yq: | ||
input_base_tag: "4.44." | ||
output_repo: yq-official | ||
runtimes: | ||
- type: docker_compose | ||
script: dc_coverage.sh | ||
compose_file: docker-compose.yml | ||
image_keys: | ||
yq-official: | ||
repository: "YQ_IMAGE_REPOSITORY" | ||
tag: "YQ_IMAGE_TAG" |