From e54e37a6001bd65eb670645f17c2e3f6ebd53c83 Mon Sep 17 00:00:00 2001 From: Dmitry Galenko Date: Sun, 20 Nov 2022 16:17:58 +0100 Subject: [PATCH] Rename security workflows to sec_* --- .../{sast_flawfinder_full.yml => sec_sast_flawfinder.yml} | 0 .../{sast_flawfinder_pull.yml => sec_sast_flawfinder_pull.yml} | 0 .../{sast_semgrep_full.yml => sec_sast_semgrep_cron.yml} | 0 .../{sast_semgrep_pull.yml => sec_sast_semgrep_pull.yml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{sast_flawfinder_full.yml => sec_sast_flawfinder.yml} (100%) rename .github/workflows/{sast_flawfinder_pull.yml => sec_sast_flawfinder_pull.yml} (100%) rename .github/workflows/{sast_semgrep_full.yml => sec_sast_semgrep_cron.yml} (100%) rename .github/workflows/{sast_semgrep_pull.yml => sec_sast_semgrep_pull.yml} (100%) diff --git a/.github/workflows/sast_flawfinder_full.yml b/.github/workflows/sec_sast_flawfinder.yml similarity index 100% rename from .github/workflows/sast_flawfinder_full.yml rename to .github/workflows/sec_sast_flawfinder.yml diff --git a/.github/workflows/sast_flawfinder_pull.yml b/.github/workflows/sec_sast_flawfinder_pull.yml similarity index 100% rename from .github/workflows/sast_flawfinder_pull.yml rename to .github/workflows/sec_sast_flawfinder_pull.yml diff --git a/.github/workflows/sast_semgrep_full.yml b/.github/workflows/sec_sast_semgrep_cron.yml similarity index 100% rename from .github/workflows/sast_semgrep_full.yml rename to .github/workflows/sec_sast_semgrep_cron.yml diff --git a/.github/workflows/sast_semgrep_pull.yml b/.github/workflows/sec_sast_semgrep_pull.yml similarity index 100% rename from .github/workflows/sast_semgrep_pull.yml rename to .github/workflows/sec_sast_semgrep_pull.yml