diff options
| author | Thomas Weißschuh <thomas@t-8ch.de> | 2024-02-27 20:54:33 +0100 |
|---|---|---|
| committer | Thomas Weißschuh <thomas@t-8ch.de> | 2024-02-27 20:55:24 +0100 |
| commit | a1d5663ad79ff34ccccef2f9f0d19b3c1ccdc3c9 (patch) | |
| tree | b3a12da5f8ad34c63587113b0273f65fc4d54bd9 | |
| parent | 16926147cb346fc3245b4ea5e4cb0fc47a4f198f (diff) | |
| download | util-linux-a1d5663ad79ff34ccccef2f9f0d19b3c1ccdc3c9.tar.gz | |
codeql: don't report world-writable files
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e4f4c09b9b..d53f74e8a4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,6 +45,8 @@ jobs: id: cpp/path-injection - exclude: id: cpp/uncontrolled-process-operation + - exclude: + id: cpp/world-writable-file-creation - name: Install dependencies run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh |
