From dfa1b75a6b19c7ce1d8355d34844cd39ae2d9c30 Mon Sep 17 00:00:00 2001 From: gbikkiintel Date: Wed, 30 Oct 2024 17:38:48 -0500 Subject: [PATCH] Rename scan.yml to hadolint.yml --- .github/workflows/{scans.yml => hadolint.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{scans.yml => hadolint.yml} (97%) diff --git a/.github/workflows/scans.yml b/.github/workflows/hadolint.yml similarity index 97% rename from .github/workflows/scans.yml rename to .github/workflows/hadolint.yml index e1b32f3368..aebc58fcca 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/hadolint.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Security Scans +name: Hadolint Security Scan on: pull_request: