Merge pull request #1 from Consensys-Incorporated/renovate/major-reno… #3
test_docker_image_sanitize_input.yml
on: push
Matrix: test-invalid-inputs
Matrix: test-valid-inputs
Annotations
16 errors
|
Fail Case - nginx:latest && echo hacked
Process completed with exit code 1.
|
|
Fail Case - nginx:latest && echo hacked
Invalid Input! The string 'nginx:latest && echo hacked' does not match the allowed Docker image format rules.
|
|
Fail Case - ubuntu
Process completed with exit code 1.
|
|
Fail Case - ubuntu
Invalid Input! Naked image names without a specific tag or digest (e.g., 'nginx:latest') are strictly banned.
|
|
Fail Case - ubuntu:latest; rm -rf /
Process completed with exit code 1.
|
|
Fail Case - ubuntu:latest; rm -rf /
Invalid Input! The string 'ubuntu:latest; rm -rf /' does not match the allowed Docker image format rules.
|
|
Fail Case - foo
Process completed with exit code 1.
|
|
Fail Case - foo
Invalid Input! Naked image names without a specific tag or digest (e.g., 'nginx:latest') are strictly banned.
|
|
Fail Case - echo env
Process completed with exit code 1.
|
|
Fail Case - echo env
Invalid Input! Naked image names without a specific tag or digest (e.g., 'nginx:latest') are strictly banned.
|
|
Fail Case - registry.com/image:INVALID_TAG_!!!!
Process completed with exit code 1.
|
|
Fail Case - registry.com/image:INVALID_TAG_!!!!
Invalid Input! The string 'registry.com/image:INVALID_TAG_!!!!' does not match the allowed Docker image format rules.
|
|
Fail Case - nginx
Process completed with exit code 1.
|
|
Fail Case - nginx
Invalid Input! Naked image names without a specific tag or digest (e.g., 'nginx:latest') are strictly banned.
|
|
Fail Case - ubuntu:
Process completed with exit code 1.
|
|
Fail Case - ubuntu:
Invalid Input! The string 'ubuntu:' does not match the allowed Docker image format rules.
|