From ae908150e412b0c6da98eeb21cb2023631cc3096 Mon Sep 17 00:00:00 2001 From: Adrian Clay Lake Date: Mon, 2 Dec 2024 14:00:38 +0000 Subject: [PATCH] fix: missing newlines --- .github/workflows/build_and_test_eicar_rock.yaml | 2 +- .github/workflows/build_external_rock.yaml | 2 +- eicar_rock/1.0/rockcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test_eicar_rock.yaml b/.github/workflows/build_and_test_eicar_rock.yaml index aa6ce7c..1aa80c4 100644 --- a/.github/workflows/build_and_test_eicar_rock.yaml +++ b/.github/workflows/build_and_test_eicar_rock.yaml @@ -23,4 +23,4 @@ jobs: test-efficiency: true test-malware: true test-oci-compliance: true - test-vulnerabilities: true \ No newline at end of file + test-vulnerabilities: true diff --git a/.github/workflows/build_external_rock.yaml b/.github/workflows/build_external_rock.yaml index 06e9718..fe826ea 100644 --- a/.github/workflows/build_external_rock.yaml +++ b/.github/workflows/build_external_rock.yaml @@ -11,4 +11,4 @@ jobs: oci-archive-name: "chiselled-python" rock-repo: canonical/chiselled-python rock-repo-commit: e0943bf2923ef50c9117ac58cd02a86146ece1fb - rockfile-directory: python3.12/ \ No newline at end of file + rockfile-directory: python3.12/ diff --git a/eicar_rock/1.0/rockcraft.yaml b/eicar_rock/1.0/rockcraft.yaml index 300b35e..636bf57 100644 --- a/eicar_rock/1.0/rockcraft.yaml +++ b/eicar_rock/1.0/rockcraft.yaml @@ -16,4 +16,4 @@ parts: eicar: plugin: dump source-type: file - source: eicar \ No newline at end of file + source: eicar