| LOW | …g/artifacts/testdata/upload-and-download/artifacts.yml | 33 | echo "Lorem ipsum dolor sit amet" > path/to/dir-1/file1.txt |
| LOW | …g/artifacts/testdata/upload-and-download/artifacts.yml | 33 | echo "Lorem ipsum dolor sit amet" > path/to/dir-1/file1.txt |
| LOW | …g/artifacts/testdata/upload-and-download/artifacts.yml | 114 | if [ "$(cat $file)" != "Lorem ipsum dolor sit amet" ] ; then |
| LOW | …g/artifacts/testdata/upload-and-download/artifacts.yml | 114 | if [ "$(cat $file)" != "Lorem ipsum dolor sit amet" ] ; then |
| LOW | …g/artifacts/testdata/upload-and-download/artifacts.yml | 134 | if [ "$(cat $file1)" != "Lorem ipsum dolor sit amet" -o "$(cat $file2)" != "Hello world from file #2" ] ; then |
| LOW | …g/artifacts/testdata/upload-and-download/artifacts.yml | 134 | if [ "$(cat $file1)" != "Lorem ipsum dolor sit amet" -o "$(cat $file2)" != "Hello world from file #2" ] ; then |
| LOW | …g/artifacts/testdata/upload-and-download/artifacts.yml | 173 | if [ "$(cat $file1)" != "Lorem ipsum dolor sit amet" -o "$(cat $file2)" != "Hello world from file #2" ] ; then |
| LOW | …g/artifacts/testdata/upload-and-download/artifacts.yml | 173 | if [ "$(cat $file1)" != "Lorem ipsum dolor sit amet" -o "$(cat $file2)" != "Hello world from file #2" ] ; then |
| LOW | pkg/common/git/git_test.go | 227 | if err = gitCmd("config", "--global", "user.email", "test@test.com"); err != nil { |