File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ INITDB_DIR=${INITDB_DIR:-/docker-entrypoint-initdb.d}
77echo " Flattening SQL files from $TEMP_SQL_DIR to $INITDB_DIR "
88
99find " ${TEMP_SQL_DIR:? } /" -type f -name " *.sql" | while read -r file; do
10- new_name=$( echo " $file " | sed " s|${TEMP_SQL_DIR:? } /||" | sed ' s|/|_|g' | sed ' s|^_||' )
11- cp " $file " " ${INITDB_DIR} /${new_name} "
10+ new_name=$( echo " $file " | sed " s|${TEMP_SQL_DIR:? } /||" | sed ' s|/|_|g' | sed ' s|^_||' )
11+ cp " $file " " ${INITDB_DIR} /${new_name} "
1212done
1313
1414rm -rf " ${TEMP_SQL_DIR:? } /"
Original file line number Diff line number Diff line change 22 "message" : " Not Found" ,
33 "documentation_url" : " https://docs.github.com/rest" ,
44 "status" : " 404"
5- }
5+ }
Original file line number Diff line number Diff line change 22
33| Language | Validation result |
44| -------------------------- | ----------------- |
5+ | BASH | Pass ✅ |
6+ | BASH_EXEC | Pass ✅ |
57| CHECKOV | Pass ✅ |
6- | GITHUB_ACTIONS | Pass ✅ |
78| GITLEAKS | Pass ✅ |
89| GIT_MERGE_CONFLICT_MARKERS | Pass ✅ |
910| JSCPD | Pass ✅ |
10- | JSON | Pass ✅ |
11- | JSON_PRETTIER | Pass ✅ |
12- | MARKDOWN | Pass ✅ |
13- | MARKDOWN_PRETTIER | Pass ✅ |
14- | NATURAL_LANGUAGE | Pass ✅ |
15- | SQLFLUFF | Pass ✅ |
16- | YAML | Pass ✅ |
17- | YAML_PRETTIER | Pass ✅ |
11+ | SHELL_SHFMT | Pass ✅ |
1812
1913All files and directories linted successfully
You can’t perform that action at this time.
0 commit comments