-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Checkton workflow #1085
Add Checkton workflow #1085
Conversation
@@ -268,7 +268,7 @@ | |||
|
|||
unshare -Uf $UNSHARE_ARGS --keep-caps -r --map-users 1,1,65536 --map-groups 1,1,65536 -w ${SOURCE_CODE_DIR}/$CONTEXT -- buildah build \ | |||
$VOLUME_MOUNTS \ | |||
"${BUILDAH_ARGS[@]}" \ | |||
${BUILDAH_ARGS[@]} \ |
Check failure
Code scanning / shellcheck
SC2068 Error
@@ -268,7 +268,7 @@ | |||
|
|||
unshare -Uf $UNSHARE_ARGS --keep-caps -r --map-users 1,1,65536 --map-groups 1,1,65536 -w ${SOURCE_CODE_DIR}/$CONTEXT -- buildah build \ | |||
$VOLUME_MOUNTS \ | |||
"${BUILDAH_ARGS[@]}" \ | |||
${BUILDAH_ARGS[@]} \ |
Check warning
Code scanning / shellcheck
SC3054 Warning
mountPath: /mnt/trusted-ca | ||
readOnly: true | ||
script: | | ||
if [ -z ${INPUT} ] |
Check warning
Code scanning / shellcheck
SC2086 Warning
@@ -248,6 +248,7 @@ | |||
image: registry.redhat.io/openshift4/ose-cli:v4.12@sha256:0d21299d2adfa3cb74562c4dffbedd3b107fffac3a2a537f14770088abd4671f | |||
script: | | |||
#!/usr/bin/env bash | |||
echo $HI |
Check warning
Code scanning / shellcheck
SC2086 Warning
@@ -268,7 +270,7 @@ | |||
|
|||
unshare -Uf $UNSHARE_ARGS --keep-caps -r --map-users 1,1,65536 --map-groups 1,1,65536 -w ${SOURCE_CODE_DIR}/$CONTEXT -- buildah build \ | |||
$VOLUME_MOUNTS \ | |||
"${BUILDAH_ARGS[@]}" \ | |||
${BUILDAH_ARGS[@]} \ |
Check failure
Code scanning / shellcheck
SC2068 Error
Based on https://github.com/chmeliik/checkton#example-usage Signed-off-by: Adam Cmiel <[email protected]>
Checkton should not report any warnings Signed-off-by: Adam Cmiel <[email protected]>
Checkton should only report the new addition Signed-off-by: Adam Cmiel <[email protected]>
Checkton should not report any warnings Signed-off-by: Adam Cmiel <[email protected]>
Checkton should only report the new problem Signed-off-by: Adam Cmiel <[email protected]>
While at the same time, fixing another problem by using a more accurate shebang Signed-off-by: Adam Cmiel <[email protected]>
@@ -308,7 +310,7 @@ | |||
|
|||
unshare -Uf $UNSHARE_ARGS --keep-caps -r --map-users 1,1,65536 --map-groups 1,1,65536 -w ${SOURCE_CODE_DIR}/$CONTEXT -- buildah build \ | |||
$VOLUME_MOUNTS \ | |||
"${BUILDAH_ARGS[@]}" \ | |||
${BUILDAH_ARGS[@]} \ |
Check failure
Code scanning / shellcheck
SC2068 Error
Adding for real in #1183 |
This PR demonstrates Checkton's features, such as...