Revert "fix(.github): ghcr.io rate-limit mitigation"

This reverts commit 2d9f1f1abc.

Signed-off-by: irozzo-1A <iacopo@sysdig.com>
This commit is contained in:
irozzo-1A
2025-12-12 11:22:54 +01:00
committed by poiana
parent 03adda8656
commit 11e8f82c6c
4 changed files with 0 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ concurrency:
permissions:
contents: read
packages: read
jobs:
fetch-version:

View File

@@ -3,10 +3,6 @@ on:
push:
branches: [master]
permissions:
contents: read
packages: read
# Checks if any concurrent jobs is running for master CI and eventually cancel it
concurrency:
group: ci-master

View File

@@ -3,10 +3,6 @@ on:
release:
types: [published]
permissions:
contents: read
packages: read
# Checks if any concurrent jobs is running for release CI and eventually cancel it.
concurrency:
group: ci-release

View File

@@ -23,7 +23,6 @@ on:
permissions:
contents: read
packages: read
jobs:
test-packages:
@@ -57,10 +56,6 @@ jobs:
- name: Run tests
env:
LSAN_OPTIONS: "intercept_tls_get_addr=0"
# Authenticate to GitHub Container Registry to pull falcoctl image
# This is a temporary mitigation for the rate limiting issue
# See https://github.com/falcosecurity/rules/issues/331
FALCOCTL_REGISTRY_AUTH_BASIC: ghcr.io,${{ github.actor }},${{ github.token }}
uses: falcosecurity/testing@main
with:
test-falco: 'true'