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 similarity index 100% rename from cool-falco-rules/custom-falco-rules.yaml.yaml rename to custom_falco_rules.yaml