From 2cba1143095b36feea7e2382757befbe493de044 Mon Sep 17 00:00:00 2001 From: Sarapuce Date: Fri, 5 Jan 2024 14:29:19 +0100 Subject: [PATCH] feat(workflow): change file name --- .github/workflows/release.yaml | 2 +- ...custom-falco-rules.yaml.yaml => custom-falco-rules.yaml.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cool-falco-rules/custom-falco-rules.yaml.yaml => custom-falco-rules.yaml.yaml (100%) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e43b11c..bd9e568 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: packages: write env: - RULESET_FILE: nsenter.yaml + RULESET_FILE: custom_falco_rules.yaml # Used to setup Auth and OCI artifact location OCI_REGISTRY: ghcr.io # Assuming we are in the main branch, our OCI artifact will diff --git a/cool-falco-rules/custom-falco-rules.yaml.yaml b/custom-falco-rules.yaml.yaml similarity index 100% rename from cool-falco-rules/custom-falco-rules.yaml.yaml rename to custom-falco-rules.yaml.yaml