We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7cef3 commit 3bcf5b9Copy full SHA for 3bcf5b9
scripts/lint
@@ -1,5 +1,5 @@
1
#!/bin/bash -e
2
-# Copyright (c) 2022, Oracle and/or its affiliates.
+# Copyright (c) 2022, 2023, Oracle and/or its affiliates.
3
#
4
5
REPO_DIR="$(git rev-parse --show-toplevel)/"
@@ -23,7 +23,7 @@ checkContainerRuntime
23
24
# Run the Super Linter container
25
$CONTAINER_RUNTIME run --name super-linter --rm \
26
- -e RUN_LOCAL=true \
+ -e RUN_LOCAL=true --platform linux/amd64 \
27
-e FILTER_REGEX_INCLUDE="$FILTER_REGEX_INCLUDE" \
28
--env-file "$REPO_DIR/.github/super-linter.env" \
29
"${PROXY_SETTINGS[@]}" \
0 commit comments