We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeb64e commit d3ad6c5Copy full SHA for d3ad6c5
scripts/driverkit/utils/scrape_and_generate
@@ -6,7 +6,7 @@ DRY_RUN="${DRY_RUN:-false}"
6
TMPDIR="$(mktemp -d)"
7
ARCH="$1"
8
LIST_URL="https://falcosecurity.github.io/kernel-crawler/${ARCH}/list.json"
9
-EXCLUDE_LIST=(.ArchLinux .Fedora .PhotonOS .Flatcar .OpenSUSE .RockyLinux .Oracle6 .Oracle7 .Oracle8)
+EXCLUDE_LIST=(.arch .fedora .photon .flatcar .opensuse .rocky .ol)
10
EXCLUDE_STRING=$(echo ${EXCLUDE_LIST[@]} | tr ' ' ',')
11
12
function pretty_echo() {
0 commit comments