-
Notifications
You must be signed in to change notification settings - Fork 21
Description
What happened?
I encountered a 502 error on the GraphQL API while attempting to set up policy-as-code on a repository. The error message logged is: ERROR:ghastoolkit.octokit:GraphQL API Status :: 502.
The issue arose during the process of configuring a workflow where, upon every code push, CodeQL would scan the code, and after the scan completed, the policy-as-code configuration would trigger. The expected outcome was that if the policy returned a success, the code would be allowed to merge into the repository. However, the actual behavior deviated from this, as the policy-as-code setup consistently failed with a 502 error on the GraphQL API, blocking the entire workflow.
To troubleshoot the problem, I tested the same policy-as-code configuration on a smaller repository. Interestingly, this test was successful, with the setup running without encountering any errors. This led me to believe that the issue might be related to the size of the repository or specific configurations (magit/forge#20 (comment)).
I have attached the YML configuration file and the raw logs from the failed run for further examination.
Given the critical nature of this issue, which is blocking code merging workflows in our development process, I request that the 502 error in the GraphQL API be investigated. Any guidance on resolving this issue or suggestions for alternative configurations to avoid such errors would be greatly appreciated.
name: Enforce Policies on CodeQL Scan Alerts
on:
workflow_run:
workflows: ["CodeQL"]
types:
- completed
jobs:
enforce-policies:
name: Enforce Policies using GHAS Policy-as-Code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: ghas-policy-as-code
uses: advanced-security/[email protected]
with:
policy: nextiva-security-test/cc-server
policy-path: .github/pac-config.yml
policy-branch: develop
token: ${{ secrets.ACCESS_TOKEN }}
argvs: "--is-github-app-token --disable-dependencies"
Version
v2 (current major version)
Where are you experiencing the issue?
GitHub Actions
Relevant log output
2024-08-26T19:27:13.8015009Z Current runner version: '2.319.1'
2024-08-26T19:27:13.8038295Z ##[group]Operating System
2024-08-26T19:27:13.8039057Z Ubuntu
2024-08-26T19:27:13.8039388Z 22.04.4
2024-08-26T19:27:13.8039717Z LTS
2024-08-26T19:27:13.8040116Z ##[endgroup]
2024-08-26T19:27:13.8040516Z ##[group]Runner Image
2024-08-26T19:27:13.8040923Z Image: ubuntu-22.04
2024-08-26T19:27:13.8041436Z Version: 20240818.1.0
2024-08-26T19:27:13.8042506Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240818.1/images/ubuntu/Ubuntu2204-Readme.md
2024-08-26T19:27:13.8044215Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240818.1
2024-08-26T19:27:13.8045187Z ##[endgroup]
2024-08-26T19:27:13.8045609Z ##[group]Runner Image Provisioner
2024-08-26T19:27:13.8046097Z 2.0.382.1
2024-08-26T19:27:13.8046520Z ##[endgroup]
2024-08-26T19:27:13.8061612Z ##[group]GITHUB_TOKEN Permissions
2024-08-26T19:27:13.8063227Z Contents: read
2024-08-26T19:27:13.8063643Z Metadata: read
2024-08-26T19:27:13.8064338Z Packages: read
2024-08-26T19:27:13.8064780Z ##[endgroup]
2024-08-26T19:27:13.8068075Z Secret source: Actions
2024-08-26T19:27:13.8068672Z Prepare workflow directory
2024-08-26T19:27:13.8692013Z Prepare all required actions
2024-08-26T19:27:13.8858023Z Getting action download info
2024-08-26T19:27:14.1756112Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2024-08-26T19:27:14.3076255Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236)
2024-08-26T19:27:14.4245708Z Download action repository 'advanced-security/[email protected]' (SHA:55488b32e6bfdbbc719d1f8c660e5c058c28b12f)
2024-08-26T19:27:15.1696318Z Complete job name: Enforce Policies using GHAS Policy-as-Code
2024-08-26T19:27:15.2647853Z ##[group]Run actions/checkout@v3
2024-08-26T19:27:15.2648539Z with:
2024-08-26T19:27:15.2649029Z repository: nextiva-security-test/cc-server
2024-08-26T19:27:15.2650030Z token: ***
2024-08-26T19:27:15.2650448Z ssh-strict: true
2024-08-26T19:27:15.2650928Z persist-credentials: true
2024-08-26T19:27:15.2651498Z clean: true
2024-08-26T19:27:15.2651912Z sparse-checkout-cone-mode: true
2024-08-26T19:27:15.2652474Z fetch-depth: 1
2024-08-26T19:27:15.2652979Z fetch-tags: false
2024-08-26T19:27:15.2653424Z lfs: false
2024-08-26T19:27:15.2653776Z submodules: false
2024-08-26T19:27:15.2654312Z set-safe-directory: true
2024-08-26T19:27:15.2654796Z ##[endgroup]
2024-08-26T19:27:15.4548680Z Syncing repository: nextiva-security-test/cc-server
2024-08-26T19:27:15.4552328Z ##[group]Getting Git version info
2024-08-26T19:27:15.4554089Z Working directory is '/home/runner/work/cc-server/cc-server'
2024-08-26T19:27:15.4557371Z [command]/usr/bin/git version
2024-08-26T19:27:15.4570335Z git version 2.46.0
2024-08-26T19:27:15.4602021Z ##[endgroup]
2024-08-26T19:27:15.4626440Z Temporarily overriding HOME='/home/runner/work/_temp/23fa2cd4-6826-48fe-8ef5-61c32f59a71e' before making global git config changes
2024-08-26T19:27:15.4629652Z Adding repository directory to the temporary git global config as a safe directory
2024-08-26T19:27:15.4632943Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/cc-server/cc-server
2024-08-26T19:27:15.4669674Z Deleting the contents of '/home/runner/work/cc-server/cc-server'
2024-08-26T19:27:15.4674458Z ##[group]Initializing the repository
2024-08-26T19:27:15.4678552Z [command]/usr/bin/git init /home/runner/work/cc-server/cc-server
2024-08-26T19:27:15.4758471Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-08-26T19:27:15.4760862Z hint: is subject to change. To configure the initial branch name to use in all
2024-08-26T19:27:15.4763414Z hint: of your new repositories, which will suppress this warning, call:
2024-08-26T19:27:15.4765838Z hint:
2024-08-26T19:27:15.4767269Z hint: git config --global init.defaultBranch <name>
2024-08-26T19:27:15.4769455Z hint:
2024-08-26T19:27:15.4771382Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-08-26T19:27:15.4775203Z hint: 'development'. The just-created branch can be renamed via this command:
2024-08-26T19:27:15.4777099Z hint:
2024-08-26T19:27:15.4779554Z hint: git branch -m <name>
2024-08-26T19:27:15.4781901Z Initialized empty Git repository in /home/runner/work/cc-server/cc-server/.git/
2024-08-26T19:27:15.4787855Z [command]/usr/bin/git remote add origin https://github.com/nextiva-security-test/cc-server
2024-08-26T19:27:15.4826453Z ##[endgroup]
2024-08-26T19:27:15.4827771Z ##[group]Disabling automatic garbage collection
2024-08-26T19:27:15.4833189Z [command]/usr/bin/git config --local gc.auto 0
2024-08-26T19:27:15.4881165Z ##[endgroup]
2024-08-26T19:27:15.4883028Z ##[group]Setting up auth
2024-08-26T19:27:15.4887052Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-08-26T19:27:15.4922896Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-08-26T19:27:15.5297684Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-08-26T19:27:15.5326021Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-08-26T19:27:15.5584281Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-08-26T19:27:15.5624339Z ##[endgroup]
2024-08-26T19:27:15.5626505Z ##[group]Fetching the repository
2024-08-26T19:27:15.5635557Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +3699f7d756b597b0ee155a6d7a18dd88f241fa22:refs/remotes/origin/develop
2024-08-26T19:27:16.0253880Z remote: Enumerating objects: 10722, done.
2024-08-26T19:27:16.0254893Z remote: Counting objects: 0% (1/10722)
2024-08-26T19:27:16.0256013Z remote: Counting objects: 1% (108/10722)
2024-08-26T19:27:16.0256978Z remote: Counting objects: 2% (215/10722)
2024-08-26T19:27:16.0257923Z remote: Counting objects: 3% (322/10722)
2024-08-26T19:27:16.0259640Z remote: Counting objects: 4% (429/10722)
2024-08-26T19:27:16.0260784Z remote: Counting objects: 5% (537/10722)
2024-08-26T19:27:16.0261799Z remote: Counting objects: 6% (644/10722)
2024-08-26T19:27:16.0262787Z remote: Counting objects: 7% (751/10722)
2024-08-26T19:27:16.0263710Z remote: Counting objects: 8% (858/10722)
2024-08-26T19:27:16.0264592Z remote: Counting objects: 9% (965/10722)
2024-08-26T19:27:16.0265582Z remote: Counting objects: 10% (1073/10722)
2024-08-26T19:27:16.0266509Z remote: Counting objects: 11% (1180/10722)
2024-08-26T19:27:16.0267675Z remote: Counting objects: 12% (1287/10722)
2024-08-26T19:27:16.0268660Z remote: Counting objects: 13% (1394/10722)
2024-08-26T19:27:16.0269634Z remote: Counting objects: 14% (1502/10722)
2024-08-26T19:27:16.0270628Z remote: Counting objects: 15% (1609/10722)
2024-08-26T19:27:16.0271544Z remote: Counting objects: 16% (1716/10722)
2024-08-26T19:27:16.0272564Z remote: Counting objects: 17% (1823/10722)
2024-08-26T19:27:16.0273684Z remote: Counting objects: 18% (1930/10722)
2024-08-26T19:27:16.0274607Z remote: Counting objects: 19% (2038/10722)
2024-08-26T19:27:16.0275522Z remote: Counting objects: 20% (2145/10722)
2024-08-26T19:27:16.0276565Z remote: Counting objects: 21% (2252/10722)
2024-08-26T19:27:16.0277541Z remote: Counting objects: 22% (2359/10722)
2024-08-26T19:27:16.0278468Z remote: Counting objects: 23% (2467/10722)
2024-08-26T19:27:16.0283123Z remote: Counting objects: 24% (2574/10722)
2024-08-26T19:27:16.0284130Z remote: Counting objects: 25% (2681/10722)
2024-08-26T19:27:16.0285237Z remote: Counting objects: 26% (2788/10722)
2024-08-26T19:27:16.0286604Z remote: Counting objects: 27% (2895/10722)
2024-08-26T19:27:16.0287532Z remote: Counting objects: 28% (3003/10722)
2024-08-26T19:27:16.0288533Z remote: Counting objects: 29% (3110/10722)
2024-08-26T19:27:16.0289452Z remote: Counting objects: 30% (3217/10722)
2024-08-26T19:27:16.0290263Z remote: Counting objects: 31% (3324/10722)
2024-08-26T19:27:16.0291845Z remote: Counting objects: 32% (3432/10722)
2024-08-26T19:27:16.0293111Z remote: Counting objects: 33% (3539/10722)
2024-08-26T19:27:16.0294310Z remote: Counting objects: 34% (3646/10722)
2024-08-26T19:27:16.0295614Z remote: Counting objects: 35% (3753/10722)
2024-08-26T19:27:16.0296783Z remote: Counting objects: 36% (3860/10722)
2024-08-26T19:27:16.0297930Z remote: Counting objects: 37% (3968/10722)
2024-08-26T19:27:16.0299432Z remote: Counting objects: 38% (4075/10722)
2024-08-26T19:27:16.0300569Z remote: Counting objects: 39% (4182/10722)
2024-08-26T19:27:16.0301784Z remote: Counting objects: 40% (4289/10722)
2024-08-26T19:27:16.0302912Z remote: Counting objects: 41% (4397/10722)
2024-08-26T19:27:16.0303890Z remote: Counting objects: 42% (4504/10722)
2024-08-26T19:27:16.0304869Z remote: Counting objects: 43% (4611/10722)
2024-08-26T19:27:16.0305972Z remote: Counting objects: 44% (4718/10722)
2024-08-26T19:27:16.0306875Z remote: Counting objects: 45% (4825/10722)
2024-08-26T19:27:16.0307853Z remote: Counting objects: 46% (4933/10722)
2024-08-26T19:27:16.0308996Z remote: Counting objects: 47% (5040/10722)
2024-08-26T19:27:16.0310293Z remote: Counting objects: 48% (5147/10722)
2024-08-26T19:27:16.0311505Z remote: Counting objects: 49% (5254/10722)
2024-08-26T19:27:16.0312295Z remote: Counting objects: 50% (5361/10722)
2024-08-26T19:27:16.0313302Z remote: Counting objects: 51% (5469/10722)
2024-08-26T19:27:16.0314397Z remote: Counting objects: 52% (5576/10722)
2024-08-26T19:27:16.0315336Z remote: Counting objects: 53% (5683/10722)
2024-08-26T19:27:16.0316290Z remote: Counting objects: 54% (5790/10722)
2024-08-26T19:27:16.0317303Z remote: Counting objects: 55% (5898/10722)
2024-08-26T19:27:16.0318266Z remote: Counting objects: 56% (6005/10722)
2024-08-26T19:27:16.0322478Z remote: Counting objects: 57% (6112/10722)
2024-08-26T19:27:16.0323660Z remote: Counting objects: 58% (6219/10722)
2024-08-26T19:27:16.0324660Z remote: Counting objects: 59% (6326/10722)
2024-08-26T19:27:16.0325716Z remote: Counting objects: 60% (6434/10722)
2024-08-26T19:27:16.0326695Z remote: Counting objects: 61% (6541/10722)
2024-08-26T19:27:16.0327717Z remote: Counting objects: 62% (6648/10722)
2024-08-26T19:27:16.0328794Z remote: Counting objects: 63% (6755/10722)
2024-08-26T19:27:16.0329882Z remote: Counting objects: 64% (6863/10722)
2024-08-26T19:27:16.0335380Z remote: Counting objects: 65% (6970/10722)
2024-08-26T19:27:16.0336477Z remote: Counting objects: 66% (7077/10722)
2024-08-26T19:27:16.0337717Z remote: Counting objects: 67% (7184/10722)
2024-08-26T19:27:16.0339075Z remote: Counting objects: 68% (7291/10722)
2024-08-26T19:27:16.0340272Z remote: Counting objects: 69% (7399/10722)
2024-08-26T19:27:16.0341382Z remote: Counting objects: 70% (7506/10722)
2024-08-26T19:27:16.0345821Z remote: Counting objects: 71% (7613/10722)
2024-08-26T19:27:16.0347172Z remote: Counting objects: 72% (7720/10722)
2024-08-26T19:27:16.0398194Z remote: Counting objects: 73% (7828/10722)
2024-08-26T19:27:16.0399453Z remote: Counting objects: 74% (7935/10722)
2024-08-26T19:27:16.0400458Z remote: Counting objects: 75% (8042/10722)
2024-08-26T19:27:16.0401309Z remote: Counting objects: 76% (8149/10722)
2024-08-26T19:27:16.0402861Z remote: Counting objects: 77% (8256/10722)
2024-08-26T19:27:16.0403849Z remote: Counting objects: 78% (8364/10722)
2024-08-26T19:27:16.0404798Z remote: Counting objects: 79% (8471/10722)
2024-08-26T19:27:16.0405853Z remote: Counting objects: 80% (8578/10722)
2024-08-26T19:27:16.0406764Z remote: Counting objects: 81% (8685/10722)
2024-08-26T19:27:16.0407756Z remote: Counting objects: 82% (8793/10722)
2024-08-26T19:27:16.0408974Z remote: Counting objects: 83% (8900/10722)
2024-08-26T19:27:16.0409920Z remote: Counting objects: 84% (9007/10722)
2024-08-26T19:27:16.0410857Z remote: Counting objects: 85% (9114/10722)
2024-08-26T19:27:16.0412027Z remote: Counting objects: 86% (9221/10722)
2024-08-26T19:27:16.0768990Z remote: Counting objects: 87% (9329/10722)
2024-08-26T19:27:16.0770274Z remote: Counting objects: 88% (9436/10722)
2024-08-26T19:27:16.0771462Z remote: Counting objects: 89% (9543/10722)
2024-08-26T19:27:16.0772115Z remote: Counting objects: 90% (9650/10722)
2024-08-26T19:27:16.0772733Z remote: Counting objects: 91% (9758/10722)
2024-08-26T19:27:16.0773403Z remote: Counting objects: 92% (9865/10722)
2024-08-26T19:27:16.0774026Z remote: Counting objects: 93% (9972/10722)
2024-08-26T19:27:16.0774586Z remote: Counting objects: 94% (10079/10722)
2024-08-26T19:27:16.0775271Z remote: Counting objects: 95% (10186/10722)
2024-08-26T19:27:16.0775869Z remote: Counting objects: 96% (10294/10722)
2024-08-26T19:27:16.0776526Z remote: Counting objects: 97% (10401/10722)
2024-08-26T19:27:16.0777105Z remote: Counting objects: 98% (10508/10722)
2024-08-26T19:27:16.0778030Z remote: Counting objects: 99% (10615/10722)
2024-08-26T19:27:16.0779229Z remote: Counting objects: 100% (10722/10722)
2024-08-26T19:27:16.0779907Z remote: Counting objects: 100% (10722/10722), done.
2024-08-26T19:27:16.0780547Z remote: Compressing objects: 0% (1/6637)
2024-08-26T19:27:16.0781229Z remote: Compressing objects: 1% (67/6637)
2024-08-26T19:27:16.0781841Z remote: Compressing objects: 2% (133/6637)
2024-08-26T19:27:16.0782407Z remote: Compressing objects: 3% (200/6637)
2024-08-26T19:27:16.0782960Z remote: Compressing objects: 4% (266/6637)
2024-08-26T19:27:16.0873431Z remote: Compressing objects: 5% (332/6637)
2024-08-26T19:27:16.0874460Z remote: Compressing objects: 6% (399/6637)
2024-08-26T19:27:16.1354871Z remote: Compressing objects: 7% (465/6637)
2024-08-26T19:27:16.1355966Z remote: Compressing objects: 8% (531/6637)
2024-08-26T19:27:16.1356970Z remote: Compressing objects: 9% (598/6637)
2024-08-26T19:27:16.1465792Z remote: Compressing objects: 10% (664/6637)
2024-08-26T19:27:16.1966382Z remote: Compressing objects: 11% (731/6637)
2024-08-26T19:27:16.1967607Z remote: Compressing objects: 12% (797/6637)
2024-08-26T19:27:16.2015845Z remote: Compressing objects: 13% (863/6637)
2024-08-26T19:27:16.2016745Z remote: Compressing objects: 14% (930/6637)
2024-08-26T19:27:16.2053060Z remote: Compressing objects: 15% (996/6637)
2024-08-26T19:27:16.2643975Z remote: Compressing objects: 16% (1062/6637)
2024-08-26T19:27:16.3235852Z remote: Compressing objects: 17% (1129/6637)
2024-08-26T19:27:16.3825510Z remote: Compressing objects: 18% (1195/6637)
2024-08-26T19:27:16.3826467Z remote: Compressing objects: 19% (1262/6637)
2024-08-26T19:27:16.7387996Z remote: Compressing objects: 20% (1328/6637)
2024-08-26T19:27:16.7389564Z remote: Compressing objects: 21% (1394/6637)
2024-08-26T19:27:16.7390684Z remote: Compressing objects: 22% (1461/6637)
2024-08-26T19:27:16.7978164Z remote: Compressing objects: 23% (1527/6637)
2024-08-26T19:27:16.7979818Z remote: Compressing objects: 24% (1593/6637)
2024-08-26T19:27:16.8572144Z remote: Compressing objects: 25% (1660/6637)
2024-08-26T19:27:16.8573401Z remote: Compressing objects: 26% (1726/6637)
2024-08-26T19:27:16.8574512Z remote: Compressing objects: 27% (1792/6637)
2024-08-26T19:27:16.9161248Z remote: Compressing objects: 28% (1859/6637)
2024-08-26T19:27:16.9162546Z remote: Compressing objects: 29% (1925/6637)
2024-08-26T19:27:16.9163508Z remote: Compressing objects: 30% (1992/6637)
2024-08-26T19:27:16.9164421Z remote: Compressing objects: 31% (2058/6637)
2024-08-26T19:27:16.9165584Z remote: Compressing objects: 32% (2124/6637)
2024-08-26T19:27:16.9166561Z remote: Compressing objects: 33% (2191/6637)
2024-08-26T19:27:16.9167567Z remote: Compressing objects: 34% (2257/6637)
2024-08-26T19:27:16.9168601Z remote: Compressing objects: 35% (2323/6637)
2024-08-26T19:27:16.9169586Z remote: Compressing objects: 36% (2390/6637)
2024-08-26T19:27:16.9170592Z remote: Compressing objects: 37% (2456/6637)
2024-08-26T19:27:16.9171735Z remote: Compressing objects: 38% (2523/6637)
2024-08-26T19:27:16.9172682Z remote: Compressing objects: 39% (2589/6637)
2024-08-26T19:27:16.9173730Z remote: Compressing objects: 40% (2655/6637)
2024-08-26T19:27:16.9174826Z remote: Compressing objects: 41% (2722/6637)
2024-08-26T19:27:16.9175757Z remote: Compressing objects: 42% (2788/6637)
2024-08-26T19:27:16.9176622Z remote: Compressing objects: 43% (2854/6637)
2024-08-26T19:27:16.9177632Z remote: Compressing objects: 44% (2921/6637)
2024-08-26T19:27:16.9751258Z remote: Compressing objects: 45% (2987/6637)
2024-08-26T19:27:16.9787799Z remote: Compressing objects: 46% (3054/6637)
2024-08-26T19:27:16.9792265Z remote: Compressing objects: 47% (3120/6637)
2024-08-26T19:27:16.9793304Z remote: Compressing objects: 48% (3186/6637)
2024-08-26T19:27:16.9795194Z remote: Compressing objects: 49% (3253/6637)
2024-08-26T19:27:16.9796782Z remote: Compressing objects: 50% (3319/6637)
2024-08-26T19:27:17.0339985Z remote: Compressing objects: 51% (3385/6637)
2024-08-26T19:27:17.0341324Z remote: Compressing objects: 52% (3452/6637)
2024-08-26T19:27:17.0342280Z remote: Compressing objects: 53% (3518/6637)
2024-08-26T19:27:17.0928339Z remote: Compressing objects: 54% (3584/6637)
2024-08-26T19:27:17.0929359Z remote: Compressing objects: 54% (3633/6637)
2024-08-26T19:27:17.0930518Z remote: Compressing objects: 55% (3651/6637)
2024-08-26T19:27:17.0931408Z remote: Compressing objects: 56% (3717/6637)
2024-08-26T19:27:17.0932391Z remote: Compressing objects: 57% (3784/6637)
2024-08-26T19:27:17.0933215Z remote: Compressing objects: 58% (3850/6637)
2024-08-26T19:27:17.0934057Z remote: Compressing objects: 59% (3916/6637)
2024-08-26T19:27:17.0935003Z remote: Compressing objects: 60% (3983/6637)
2024-08-26T19:27:17.0935887Z remote: Compressing objects: 61% (4049/6637)
2024-08-26T19:27:17.0936737Z remote: Compressing objects: 62% (4115/6637)
2024-08-26T19:27:17.0937662Z remote: Compressing objects: 63% (4182/6637)
2024-08-26T19:27:17.1524742Z remote: Compressing objects: 64% (4248/6637)
2024-08-26T19:27:17.1526207Z remote: Compressing objects: 65% (4315/6637)
2024-08-26T19:27:17.2115268Z remote: Compressing objects: 66% (4381/6637)
2024-08-26T19:27:17.2116164Z remote: Compressing objects: 67% (4447/6637)
2024-08-26T19:27:17.2668055Z remote: Compressing objects: 68% (4514/6637)
2024-08-26T19:27:17.2669619Z remote: Compressing objects: 69% (4580/6637)
2024-08-26T19:27:17.2672102Z remote: Compressing objects: 70% (4646/6637)
2024-08-26T19:27:17.2673476Z remote: Compressing objects: 71% (4713/6637)
2024-08-26T19:27:17.2674588Z remote: Compressing objects: 72% (4779/6637)
2024-08-26T19:27:17.2676014Z remote: Compressing objects: 73% (4846/6637)
2024-08-26T19:27:17.2676823Z remote: Compressing objects: 74% (4912/6637)
2024-08-26T19:27:17.2677416Z remote: Compressing objects: 75% (4978/6637)
2024-08-26T19:27:17.2678002Z remote: Compressing objects: 76% (5045/6637)
2024-08-26T19:27:17.2678652Z remote: Compressing objects: 77% (5111/6637)
2024-08-26T19:27:17.2679205Z remote: Compressing objects: 78% (5177/6637)
2024-08-26T19:27:17.2679794Z remote: Compressing objects: 79% (5244/6637)
2024-08-26T19:27:17.2680437Z remote: Compressing objects: 80% (5310/6637)
2024-08-26T19:27:17.2681019Z remote: Compressing objects: 81% (5376/6637)
2024-08-26T19:27:17.2681560Z remote: Compressing objects: 82% (5443/6637)
2024-08-26T19:27:17.2682195Z remote: Compressing objects: 83% (5509/6637)
2024-08-26T19:27:17.2682774Z remote: Compressing objects: 84% (5576/6637)
2024-08-26T19:27:17.2683334Z remote: Compressing objects: 85% (5642/6637)
2024-08-26T19:27:17.2683943Z remote: Compressing objects: 86% (5708/6637)
2024-08-26T19:27:17.2684519Z remote: Compressing objects: 87% (5775/6637)
2024-08-26T19:27:17.2713148Z remote: Compressing objects: 88% (5841/6637)
2024-08-26T19:27:17.2714499Z remote: Compressing objects: 89% (5907/6637)
2024-08-26T19:27:17.2715605Z remote: Compressing objects: 90% (5974/6637)
2024-08-26T19:27:17.2716481Z remote: Compressing objects: 91% (6040/6637)
2024-08-26T19:27:17.2717438Z remote: Compressing objects: 92% (6107/6637)
2024-08-26T19:27:17.2718277Z remote: Compressing objects: 93% (6173/6637)
2024-08-26T19:27:17.2719427Z remote: Compressing objects: 94% (6239/6637)
2024-08-26T19:27:17.2720418Z remote: Compressing objects: 95% (6306/6637)
2024-08-26T19:27:17.2721192Z remote: Compressing objects: 96% (6372/6637)
2024-08-26T19:27:17.2722060Z remote: Compressing objects: 97% (6438/6637)
2024-08-26T19:27:17.2723014Z remote: Compressing objects: 98% (6505/6637)
2024-08-26T19:27:17.2723895Z remote: Compressing objects: 99% (6571/6637)
2024-08-26T19:27:17.2724844Z remote: Compressing objects: 100% (6637/6637)
2024-08-26T19:27:17.2725896Z remote: Compressing objects: 100% (6637/6637), done.
2024-08-26T19:27:17.4126851Z Receiving objects: 0% (1/10722)
2024-08-26T19:27:17.4212836Z Receiving objects: 1% (108/10722)
2024-08-26T19:27:17.4298001Z Receiving objects: 2% (215/10722)
2024-08-26T19:27:17.4350527Z Receiving objects: 3% (322/10722)
2024-08-26T19:27:17.4413593Z Receiving objects: 4% (429/10722)
2024-08-26T19:27:17.4505158Z Receiving objects: 5% (537/10722)
2024-08-26T19:27:17.4630052Z Receiving objects: 6% (644/10722)
2024-08-26T19:27:17.4690132Z Receiving objects: 7% (751/10722)
2024-08-26T19:27:17.4730625Z Receiving objects: 8% (858/10722)
2024-08-26T19:27:17.4779842Z Receiving objects: 9% (965/10722)
2024-08-26T19:27:17.4812805Z Receiving objects: 10% (1073/10722)
2024-08-26T19:27:17.5369916Z Receiving objects: 11% (1180/10722)
2024-08-26T19:27:17.6170992Z Receiving objects: 12% (1287/10722)
2024-08-26T19:27:17.6225665Z Receiving objects: 13% (1394/10722)
2024-08-26T19:27:17.6248118Z Receiving objects: 14% (1502/10722)
2024-08-26T19:27:17.6269944Z Receiving objects: 15% (1609/10722)
2024-08-26T19:27:17.6292757Z Receiving objects: 16% (1716/10722)
2024-08-26T19:27:17.6325365Z Receiving objects: 17% (1823/10722)
2024-08-26T19:27:17.6390676Z Receiving objects: 18% (1930/10722)
2024-08-26T19:27:17.7798644Z Receiving objects: 19% (2038/10722)
2024-08-26T19:27:17.7823535Z Receiving objects: 20% (2145/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7845873Z Receiving objects: 21% (2252/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7862737Z Receiving objects: 22% (2359/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7900752Z Receiving objects: 23% (2467/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7925755Z Receiving objects: 24% (2574/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.7977572Z Receiving objects: 25% (2681/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8157421Z Receiving objects: 26% (2788/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8288039Z Receiving objects: 27% (2895/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8342186Z Receiving objects: 28% (3003/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8472479Z Receiving objects: 29% (3110/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8516182Z Receiving objects: 30% (3217/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.8915418Z Receiving objects: 31% (3324/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9770111Z Receiving objects: 32% (3432/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9785076Z Receiving objects: 33% (3539/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9801572Z Receiving objects: 34% (3646/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9811497Z Receiving objects: 35% (3753/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9834212Z Receiving objects: 36% (3860/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9850521Z Receiving objects: 37% (3968/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9861305Z Receiving objects: 38% (4075/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9876073Z Receiving objects: 39% (4182/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9887959Z Receiving objects: 40% (4289/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9905063Z Receiving objects: 41% (4397/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9919862Z Receiving objects: 42% (4504/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:17.9928687Z Receiving objects: 43% (4611/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.0794314Z Receiving objects: 44% (4718/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.0800633Z Receiving objects: 45% (4825/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.1964682Z Receiving objects: 46% (4933/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2025423Z Receiving objects: 47% (5040/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2067245Z Receiving objects: 48% (5147/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2088614Z Receiving objects: 49% (5254/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2110094Z Receiving objects: 50% (5361/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2123037Z Receiving objects: 51% (5469/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2131766Z Receiving objects: 52% (5576/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2141730Z Receiving objects: 53% (5683/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2151918Z Receiving objects: 54% (5790/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2182693Z Receiving objects: 55% (5898/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2204182Z Receiving objects: 56% (6005/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2224818Z Receiving objects: 57% (6112/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2243639Z Receiving objects: 58% (6219/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2263614Z Receiving objects: 59% (6326/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2282218Z Receiving objects: 60% (6434/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2300433Z Receiving objects: 61% (6541/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2318239Z Receiving objects: 62% (6648/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2339887Z Receiving objects: 63% (6755/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2365231Z Receiving objects: 64% (6863/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2385935Z Receiving objects: 65% (6970/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2402629Z Receiving objects: 66% (7077/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2437979Z Receiving objects: 67% (7184/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2746193Z Receiving objects: 68% (7291/10722), 12.68 MiB | 25.34 MiB/s
2024-08-26T19:27:18.2903642Z Receiving objects: 68% (7301/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.2944584Z Receiving objects: 69% (7399/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.2994028Z Receiving objects: 70% (7506/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3054862Z Receiving objects: 71% (7613/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3075474Z Receiving objects: 72% (7720/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3102899Z Receiving objects: 73% (7828/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3172209Z Receiving objects: 74% (7935/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3226849Z Receiving objects: 75% (8042/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3286829Z Receiving objects: 76% (8149/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3320074Z Receiving objects: 77% (8256/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3417569Z Receiving objects: 78% (8364/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3573708Z Receiving objects: 79% (8471/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3843277Z Receiving objects: 80% (8578/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.3896368Z Receiving objects: 81% (8685/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4245868Z Receiving objects: 82% (8793/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4275833Z Receiving objects: 83% (8900/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4311726Z Receiving objects: 84% (9007/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4358402Z Receiving objects: 85% (9114/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4408336Z Receiving objects: 86% (9221/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4471016Z Receiving objects: 87% (9329/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4492832Z Receiving objects: 88% (9436/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4501482Z Receiving objects: 89% (9543/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4510925Z Receiving objects: 90% (9650/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4517850Z Receiving objects: 91% (9758/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4522970Z Receiving objects: 92% (9865/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4527940Z Receiving objects: 93% (9972/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4532534Z Receiving objects: 94% (10079/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4537011Z Receiving objects: 95% (10186/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4542097Z Receiving objects: 96% (10294/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4545972Z Receiving objects: 97% (10401/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4709904Z Receiving objects: 98% (10508/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4714043Z Receiving objects: 99% (10615/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4716119Z remote: Total 10722 (delta 4729), reused 8200 (delta 3401), pack-reused 0 (from 0)
2024-08-26T19:27:18.4739656Z Receiving objects: 100% (10722/10722), 27.62 MiB | 27.61 MiB/s
2024-08-26T19:27:18.4740968Z Receiving objects: 100% (10722/10722), 33.04 MiB | 27.55 MiB/s, done.
2024-08-26T19:27:18.4932321Z Resolving deltas: 0% (0/4729)
2024-08-26T19:27:18.4995317Z Resolving deltas: 1% (48/4729)
2024-08-26T19:27:18.5008673Z Resolving deltas: 2% (95/4729)
2024-08-26T19:27:18.5031572Z Resolving deltas: 3% (142/4729)
2024-08-26T19:27:18.5069719Z Resolving deltas: 4% (190/4729)
2024-08-26T19:27:18.5083125Z Resolving deltas: 5% (237/4729)
2024-08-26T19:27:18.5101171Z Resolving deltas: 6% (284/4729)
2024-08-26T19:27:18.5114913Z Resolving deltas: 7% (332/4729)
2024-08-26T19:27:18.5121920Z Resolving deltas: 8% (379/4729)
2024-08-26T19:27:18.5165376Z Resolving deltas: 9% (426/4729)
2024-08-26T19:27:18.5197849Z Resolving deltas: 10% (473/4729)
2024-08-26T19:27:18.5211790Z Resolving deltas: 11% (521/4729)
2024-08-26T19:27:18.5223668Z Resolving deltas: 12% (568/4729)
2024-08-26T19:27:18.5238985Z Resolving deltas: 13% (615/4729)
2024-08-26T19:27:18.5259126Z Resolving deltas: 14% (663/4729)
2024-08-26T19:27:18.5270311Z Resolving deltas: 15% (710/4729)
2024-08-26T19:27:18.5296657Z Resolving deltas: 16% (757/4729)
2024-08-26T19:27:18.5319366Z Resolving deltas: 17% (804/4729)
2024-08-26T19:27:18.5343587Z Resolving deltas: 18% (852/4729)
2024-08-26T19:27:18.5362271Z Resolving deltas: 19% (899/4729)
2024-08-26T19:27:18.5382279Z Resolving deltas: 20% (946/4729)
2024-08-26T19:27:18.5416031Z Resolving deltas: 21% (994/4729)
2024-08-26T19:27:18.5436122Z Resolving deltas: 22% (1041/4729)
2024-08-26T19:27:18.5450555Z Resolving deltas: 23% (1088/4729)
2024-08-26T19:27:18.5467361Z Resolving deltas: 24% (1135/4729)
2024-08-26T19:27:18.5523956Z Resolving deltas: 25% (1183/4729)
2024-08-26T19:27:18.5650911Z Resolving deltas: 26% (1230/4729)
2024-08-26T19:27:18.5683007Z Resolving deltas: 27% (1277/4729)
2024-08-26T19:27:18.5810616Z Resolving deltas: 28% (1325/4729)
2024-08-26T19:27:18.5888093Z Resolving deltas: 29% (1372/4729)
2024-08-26T19:27:18.5990157Z Resolving deltas: 30% (1419/4729)
2024-08-26T19:27:18.6017866Z Resolving deltas: 31% (1466/4729)
2024-08-26T19:27:18.6061283Z Resolving deltas: 32% (1514/4729)
2024-08-26T19:27:18.6106336Z Resolving deltas: 33% (1561/4729)
2024-08-26T19:27:18.6130914Z Resolving deltas: 34% (1608/4729)
2024-08-26T19:27:18.6211995Z Resolving deltas: 35% (1656/4729)
2024-08-26T19:27:18.6239981Z Resolving deltas: 36% (1703/4729)
2024-08-26T19:27:18.6287071Z Resolving deltas: 37% (1750/4729)
2024-08-26T19:27:18.6343818Z Resolving deltas: 38% (1798/4729)
2024-08-26T19:27:18.6402604Z Resolving deltas: 39% (1845/4729)
2024-08-26T19:27:18.6423891Z Resolving deltas: 40% (1892/4729)
2024-08-26T19:27:18.6459083Z Resolving deltas: 41% (1939/4729)
2024-08-26T19:27:18.6473409Z Resolving deltas: 42% (1987/4729)
2024-08-26T19:27:18.6485048Z Resolving deltas: 43% (2034/4729)
2024-08-26T19:27:18.6505092Z Resolving deltas: 44% (2081/4729)
2024-08-26T19:27:18.6513717Z Resolving deltas: 45% (2129/4729)
2024-08-26T19:27:18.6526230Z Resolving deltas: 46% (2176/4729)
2024-08-26T19:27:18.6532212Z Resolving deltas: 47% (2223/4729)
2024-08-26T19:27:18.6551980Z Resolving deltas: 48% (2270/4729)
2024-08-26T19:27:18.6568160Z Resolving deltas: 49% (2318/4729)
2024-08-26T19:27:18.6608549Z Resolving deltas: 50% (2365/4729)
2024-08-26T19:27:18.6637655Z Resolving deltas: 51% (2412/4729)
2024-08-26T19:27:18.6649658Z Resolving deltas: 52% (2460/4729)
2024-08-26T19:27:18.6658194Z Resolving deltas: 53% (2507/4729)
2024-08-26T19:27:18.6666879Z Resolving deltas: 54% (2554/4729)
2024-08-26T19:27:18.6673139Z Resolving deltas: 55% (2601/4729)
2024-08-26T19:27:18.6680351Z Resolving deltas: 56% (2649/4729)
2024-08-26T19:27:18.6687364Z Resolving deltas: 57% (2696/4729)
2024-08-26T19:27:18.6696297Z Resolving deltas: 58% (2743/4729)
2024-08-26T19:27:18.6701449Z Resolving deltas: 59% (2791/4729)
2024-08-26T19:27:18.6712484Z Resolving deltas: 60% (2838/4729)
2024-08-26T19:27:18.6721521Z Resolving deltas: 61% (2885/4729)
2024-08-26T19:27:18.6735002Z Resolving deltas: 62% (2932/4729)
2024-08-26T19:27:18.6747148Z Resolving deltas: 63% (2980/4729)
2024-08-26T19:27:18.6759159Z Resolving deltas: 64% (3027/4729)
2024-08-26T19:27:18.6772431Z Resolving deltas: 65% (3074/4729)
2024-08-26T19:27:18.6783788Z Resolving deltas: 66% (3122/4729)
2024-08-26T19:27:18.6794996Z Resolving deltas: 67% (3169/4729)
2024-08-26T19:27:18.6806511Z Resolving deltas: 68% (3216/4729)
2024-08-26T19:27:18.6822263Z Resolving deltas: 69% (3264/4729)
2024-08-26T19:27:18.6835900Z Resolving deltas: 70% (3311/4729)
2024-08-26T19:27:18.6850365Z Resolving deltas: 71% (3358/4729)
2024-08-26T19:27:18.6855998Z Resolving deltas: 72% (3405/4729)
2024-08-26T19:27:18.6868751Z Resolving deltas: 73% (3453/4729)
2024-08-26T19:27:18.6882270Z Resolving deltas: 74% (3500/4729)
2024-08-26T19:27:18.6895307Z Resolving deltas: 75% (3547/4729)
2024-08-26T19:27:18.6919993Z Resolving deltas: 76% (3595/4729)
2024-08-26T19:27:18.6953945Z Resolving deltas: 77% (3642/4729)
2024-08-26T19:27:18.6970083Z Resolving deltas: 78% (3689/4729)
2024-08-26T19:27:18.7002690Z Resolving deltas: 79% (3736/4729)
2024-08-26T19:27:18.7059248Z Resolving deltas: 80% (3784/4729)
2024-08-26T19:27:18.7149152Z Resolving deltas: 81% (3831/4729)
2024-08-26T19:27:18.7193827Z Resolving deltas: 82% (3878/4729)
2024-08-26T19:27:18.7215344Z Resolving deltas: 83% (3926/4729)
2024-08-26T19:27:18.7220464Z Resolving deltas: 84% (3973/4729)
2024-08-26T19:27:18.7231159Z Resolving deltas: 85% (4020/4729)
2024-08-26T19:27:18.7240484Z Resolving deltas: 86% (4067/4729)
2024-08-26T19:27:18.7249239Z Resolving deltas: 87% (4115/4729)
2024-08-26T19:27:18.7258206Z Resolving deltas: 88% (4162/4729)
2024-08-26T19:27:18.7269433Z Resolving deltas: 89% (4209/4729)
2024-08-26T19:27:18.7275689Z Resolving deltas: 90% (4257/4729)
2024-08-26T19:27:18.7283561Z Resolving deltas: 91% (4304/4729)
2024-08-26T19:27:18.7293662Z Resolving deltas: 92% (4351/4729)
2024-08-26T19:27:18.7300256Z Resolving deltas: 93% (4398/4729)
2024-08-26T19:27:18.7304528Z Resolving deltas: 94% (4446/4729)
2024-08-26T19:27:18.7308308Z Resolving deltas: 95% (4493/4729)
2024-08-26T19:27:18.7312867Z Resolving deltas: 96% (4540/4729)
2024-08-26T19:27:18.7318208Z Resolving deltas: 97% (4588/4729)
2024-08-26T19:27:18.7323209Z Resolving deltas: 98% (4635/4729)
2024-08-26T19:27:18.7368416Z Resolving deltas: 99% (4682/4729)
2024-08-26T19:27:18.7369081Z Resolving deltas: 100% (4729/4729)
2024-08-26T19:27:18.7369888Z Resolving deltas: 100% (4729/4729), done.
2024-08-26T19:27:18.8040944Z From https://github.com/nextiva-security-test/cc-server
2024-08-26T19:27:18.8049973Z * [new ref] 3699f7d756b597b0ee155a6d7a18dd88f241fa22 -> origin/develop
2024-08-26T19:27:18.8072254Z ##[endgroup]
2024-08-26T19:27:18.8074298Z ##[group]Determining the checkout info
2024-08-26T19:27:18.8075690Z ##[endgroup]
2024-08-26T19:27:18.8076864Z ##[group]Checking out the ref
2024-08-26T19:27:18.8084935Z [command]/usr/bin/git checkout --progress --force -B develop refs/remotes/origin/develop
2024-08-26T19:27:19.7483174Z Switched to a new branch 'develop'
2024-08-26T19:27:19.7485569Z branch 'develop' set up to track 'origin/develop'.
2024-08-26T19:27:19.7530243Z ##[endgroup]
2024-08-26T19:27:19.7570706Z [command]/usr/bin/git log -1 --format='%H'
2024-08-26T19:27:19.7596738Z '3699f7d756b597b0ee155a6d7a18dd88f241fa22'
2024-08-26T19:27:19.7950011Z ##[group]Run actions/setup-python@v4
2024-08-26T19:27:19.7950455Z with:
2024-08-26T19:27:19.7950803Z python-version: 3.x
2024-08-26T19:27:19.7951283Z check-latest: false
2024-08-26T19:27:19.7951783Z token: ***
2024-08-26T19:27:19.7952204Z update-environment: true
2024-08-26T19:27:19.7952560Z allow-prereleases: false
2024-08-26T19:27:19.7952937Z ##[endgroup]
2024-08-26T19:27:19.9211246Z ##[group]Installed versions
2024-08-26T19:27:19.9278007Z Successfully set up CPython (3.12.5)
2024-08-26T19:27:19.9279122Z ##[endgroup]
2024-08-26T19:27:19.9421104Z ##[group]Run advanced-security/[email protected]
2024-08-26T19:27:19.9421736Z with:
2024-08-26T19:27:19.9422129Z policy: nextiva-security-test/cc-server
2024-08-26T19:27:19.9422596Z policy-path: .github/pac-config.yml
2024-08-26T19:27:19.9423048Z policy-branch: develop
2024-08-26T19:27:19.9423587Z token: ***
2024-08-26T19:27:19.9423990Z argvs: --is-github-app-token --disable-dependencies
2024-08-26T19:27:19.9424547Z severity: error
2024-08-26T19:27:19.9424889Z repository: nextiva-security-test/cc-server
2024-08-26T19:27:19.9425333Z ref: refs/heads/develop
2024-08-26T19:27:19.9425762Z action: break
2024-08-26T19:27:19.9426084Z env:
2024-08-26T19:27:19.9426439Z pythonLocation: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9427147Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib/pkgconfig
2024-08-26T19:27:19.9427768Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9428476Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9429055Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9429877Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib
2024-08-26T19:27:19.9430435Z ##[endgroup]
2024-08-26T19:27:19.9702915Z ##[group]Run echo "Running Policy as Code..."
2024-08-26T19:27:19.9703515Z �[36;1mecho "Running Policy as Code..."�[0m
2024-08-26T19:27:19.9704657Z �[36;1mexport PYTHONPATH=/home/runner/work/_actions/advanced-security/policy-as-code/v2.8.0:/home/runner/work/_actions/advanced-security/policy-as-code/v2.8.0/vendor�[0m
2024-08-26T19:27:19.9705641Z �[36;1mpython3 -m ghascompliance \�[0m
2024-08-26T19:27:19.9706089Z �[36;1m --severity "error" \�[0m
2024-08-26T19:27:19.9706584Z �[36;1m --action "break" \�[0m
2024-08-26T19:27:19.9707221Z �[36;1m --github-token "***" \�[0m
2024-08-26T19:27:19.9707729Z �[36;1m --policy-repo-token "" \�[0m
2024-08-26T19:27:19.9708255Z �[36;1m --github-repository "nextiva-security-test/cc-server" \�[0m
2024-08-26T19:27:19.9708846Z �[36;1m --github-ref "refs/heads/develop" \�[0m
2024-08-26T19:27:19.9709459Z �[36;1m --github-policy "nextiva-security-test/cc-server" \�[0m
2024-08-26T19:27:19.9710089Z �[36;1m --github-policy-path ".github/pac-config.yml" \�[0m
2024-08-26T19:27:19.9710612Z �[36;1m --github-policy-branch "develop" \�[0m
2024-08-26T19:27:19.9711197Z �[36;1m --is-github-app-token --disable-dependencies�[0m
2024-08-26T19:27:19.9972673Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2024-08-26T19:27:19.9973466Z env:
2024-08-26T19:27:19.9973844Z pythonLocation: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9974537Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib/pkgconfig
2024-08-26T19:27:19.9975263Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9975842Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9976392Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
2024-08-26T19:27:19.9977041Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib
2024-08-26T19:27:19.9977534Z ##[endgroup]
2024-08-26T19:27:20.0150330Z Running Policy as Code...
2024-08-26T19:27:20.0627129Z /home/runner/work/_actions/advanced-security/policy-as-code/v2.8.0/ghascompliance/__version__.py:35: SyntaxWarning: invalid escape sequence '\|'
2024-08-26T19:27:20.0628819Z """
2024-08-26T19:27:20.5353365Z INFO:root:GitHub Repository :: nextiva-security-test/cc-server
2024-08-26T19:27:20.5355186Z INFO:root:GitHub Instance :: https://github.com
2024-08-26T19:27:20.5356695Z INFO:root:GitHub Reference (branch/pr) :: refs/heads/develop
2024-08-26T19:27:20.5359189Z INFO:root:Loading Policy as Code from Repository - https://github.com/nextiva-security-test/cc-server/.github/pac-config.yml
2024-08-26T19:27:20.5361239Z INFO:root:Cloning policy repo - nextiva-security-test/cc-server@develop
2024-08-26T19:27:24.7660591Z INFO:root:Loading policy file - /tmp/repo/.github/pac-config.yml
2024-08-26T19:27:24.7676859Z INFO:root:Policy loaded successfully
2024-08-26T19:27:24.7678434Z INFO:root:Saving Policy...
2024-08-26T19:27:24.7680558Z INFO:root:Policy saved
2024-08-26T19:27:24.7681699Z INFO:root:Finished loading policy
2024-08-26T19:27:24.7682636Z INFO:root:Policy as Code Summary:
2024-08-26T19:27:24.7683307Z INFO:root:
2024-08-26T19:27:24.7686755Z INFO:root:name: Default Policy
2024-08-26T19:27:24.7688388Z INFO:root:codescanning: 'critical'
2024-08-26T19:27:24.7689717Z INFO:root:dependabot: 'high'
2024-08-26T19:27:24.7691034Z INFO:root:licensing: 'None'
2024-08-26T19:27:24.7692438Z INFO:root:secretscanning: 'all'
2024-08-26T19:27:24.7693638Z INFO:root:general: 'error'
2024-08-26T19:27:24.7695061Z INFO:root:dependencies: 'error'
2024-08-26T19:27:24.7696098Z INFO:root:```
2024-08-26T19:27:25.5487478Z INFO:root:Total Code Scanning Alerts :: 162
2024-08-26T19:27:25.5576839Z INFO:root:Code Scanning violations :: 47
2024-08-26T19:27:37.9017262Z ERROR:ghastoolkit.octokit:GraphQL API Status :: 502
2024-08-26T19:27:37.9021675Z ERROR:ghastoolkit.octokit:GraphQL Content :: b'{\n "data": null,\n "errors":[\n {\n "message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `FA83:23AD1C:B60264:B75108:66CCD71F` when reporting this issue."\n }\n ]\n}\n'
2024-08-26T19:27:37.9046940Z ERROR:root:Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-08-26T19:27:37.9047828Z ERROR:root:Failed to get data from GraphQL API
2024-08-26T19:27:37.9048136Z
2024-08-26T19:27:37.9048880Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-08-26T19:27:37.9049794Z _____ _ _ ___ _____ _____ _ _
2024-08-26T19:27:37.9050390Z | __ \| | | | / _ \ / ___/ __ \ | (_)
2024-08-26T19:27:37.9051171Z | | \/| |_| |/ /_\ \\ `--.| / \/ ___ _ __ ___ _ __ | |_ __ _ _ __ ___ ___
2024-08-26T19:27:37.9051839Z | | __ | _ || _ | `--. \ | / _ \| '_ ` _ \| '_ \| | |/ _` | '_ \ / __/ _ \
2024-08-26T19:27:37.9052409Z | |_\ \| | | || | | |/\__/ / \__/\ (_) | | | | | | |_) | | | (_| | | | | (_| __/
2024-08-26T19:27:37.9053122Z \____/\_| |_/\_| |_/\____/ \____/\___/|_| |_| |_| .__/|_|_|\__,_|_| |_|\___\___|
2024-08-26T19:27:37.9053690Z | |
2024-08-26T19:27:37.9054209Z |_| v2.8.0
2024-08-26T19:27:37.9054821Z GitHub Advanced Security Policy as Code by GeekMasher
2024-08-26T19:27:37.9055153Z
2024-08-26T19:27:37.9055435Z GitHub Repository :: nextiva-security-test/cc-server
2024-08-26T19:27:37.9055963Z GitHub Instance :: https://github.com
2024-08-26T19:27:37.9056510Z GitHub Reference (branch/pr) :: refs/heads/develop
2024-08-26T19:27:37.9057481Z ##[group]Policy as Code
2024-08-26T19:27:37.9058368Z Loading Policy as Code from Repository - https://github.com/nextiva-security-test/cc-server/.github/pac-config.yml
2024-08-26T19:27:37.9059682Z Cloning policy repo - nextiva-security-test/cc-server@develop
2024-08-26T19:27:37.9060353Z Loading policy file - /tmp/repo/.github/pac-config.yml
2024-08-26T19:27:37.9060930Z Policy loaded successfully
2024-08-26T19:27:37.9061318Z Saving Policy...
2024-08-26T19:27:37.9061616Z Policy saved
2024-08-26T19:27:37.9062016Z Finished loading policy
2024-08-26T19:27:37.9062400Z Policy as Code Summary:
2024-08-26T19:27:37.9062731Z ```
2024-08-26T19:27:37.9063051Z name: Default Policy
2024-08-26T19:27:37.9063446Z codescanning: 'critical'
2024-08-26T19:27:37.9063830Z dependabot: 'high'
2024-08-26T19:27:37.9064227Z licensing: 'None'
2024-08-26T19:27:37.9064604Z secretscanning: 'all'
2024-08-26T19:27:37.9064968Z general: 'error'
2024-08-26T19:27:37.9065402Z dependencies: 'error'
2024-08-26T19:27:37.9065694Z ```
2024-08-26T19:27:37.9066285Z ##[endgroup]
2024-08-26T19:27:37.9066824Z ##[group]Code Scanning Results
2024-08-26T19:27:37.9067474Z Total Code Scanning Alerts :: 162
2024-08-26T19:27:37.9068008Z Code Scanning violations :: 47
2024-08-26T19:27:37.9068579Z ##[endgroup]
2024-08-26T19:27:37.9069185Z ##[group]Dependabot Results
2024-08-26T19:27:37.9096300Z ##[error]Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-08-26T19:27:37.9098057Z ##[error]Failed to get data from GraphQL API
2024-08-26T19:27:37.9098404Z
2024-08-26T19:27:37.9099337Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-08-26T19:27:49.1159791Z INFO:root:Loaded extra licensing information :: 9459
2024-08-26T19:27:49.1165076Z INFO:root:Total Dependencies in Graph :: 2565
2024-08-26T19:27:49.1197241Z WARNING:root:Dependency License Warning :: nextiva-security-test/cc-server = None
2024-08-26T19:27:49.1198558Z WARNING:root:Dependency License Warning :: abab = None
2024-08-26T19:27:49.1199784Z WARNING:root:Dependency License Warning :: abbrev = Other
2024-08-26T19:27:49.1200926Z WARNING:root:Dependency License Warning :: acorn = None
2024-08-26T19:27:49.1202081Z WARNING:root:Dependency License Warning :: agent-base = None
2024-08-26T19:27:49.1203865Z WARNING:root:Dependency License Warning :: argparse = Other
2024-08-26T19:27:49.1204820Z WARNING:root:Dependency License Warning :: bl = Other
2024-08-26T19:27:49.1205778Z WARNING:root:Dependency License Warning :: buffer = None
2024-08-26T19:27:49.1207115Z WARNING:root:Dependency License Warning :: chrome-trace-event = Other
2024-08-26T19:27:49.1286950Z WARNING:root:Dependency License Warning :: commondir = None
2024-08-26T19:27:49.1288630Z WARNING:root:Dependency License Warning :: concat-map = None
2024-08-26T19:27:49.1289800Z WARNING:root:Dependency License Warning :: default-gateway = None
2024-08-26T19:27:49.1290827Z WARNING:root:Dependency License Warning :: esrecurse = Other
2024-08-26T19:27:49.1292258Z WARNING:root:Dependency License Warning :: fast-json-stable-stringify = Other
2024-08-26T19:27:49.1293567Z WARNING:root:Dependency License Warning :: faye-websocket = Other
2024-08-26T19:27:49.1294620Z WARNING:root:Dependency License Warning :: lodash = Other
2024-08-26T19:27:49.1296087Z WARNING:root:Dependency License Warning :: %40nicolo-ribaudo/eslint-scope-5-internals = None
2024-08-26T19:27:49.1297883Z WARNING:root:Dependency License Warning :: are-we-there-yet = Other
2024-08-26T19:27:49.1299205Z WARNING:root:Dependency License Warning :: atob = None
2024-08-26T19:27:49.1300303Z WARNING:root:Dependency License Warning :: pdfmake = Other
2024-08-26T19:27:49.1302572Z WARNING:root:Dependency License Warning :: rgbcolor = None
2024-08-26T19:27:49.1303830Z WARNING:root:Dependency License Warning :: rxjs-compat = None
2024-08-26T19:27:49.1305157Z WARNING:root:Dependency License Warning :: file-system = None
2024-08-26T19:27:49.1306186Z WARNING:root:Dependency License Warning :: primeng = Other
2024-08-26T19:27:49.1308701Z WARNING:root:Dependency License Warning :: %40amcharts/amcharts4 = None
2024-08-26T19:27:49.1309731Z WARNING:root:Dependency License Warning :: gojs = Other
2024-08-26T19:27:49.1310440Z WARNING:root:Dependency License Warning :: ace-builds = None
2024-08-26T19:27:49.1311260Z WARNING:root:Dependency License Warning :: froala-editor = Other
2024-08-26T19:27:49.1312000Z WARNING:root:Dependency License Warning :: angular-froala-wysiwyg = None
2024-08-26T19:27:49.1312695Z WARNING:root:Dependency License Warning :: react-icons = Other
2024-08-26T19:27:49.1313560Z WARNING:root:Dependency License Warning :: %40fortawesome/pro-light-svg-icons = None
2024-08-26T19:27:49.1314498Z WARNING:root:Dependency License Warning :: %40fortawesome/pro-regular-svg-icons = None
2024-08-26T19:27:49.1315399Z WARNING:root:Dependency License Warning :: %40fortawesome/pro-solid-svg-icons = None
2024-08-26T19:27:49.1316312Z WARNING:root:Dependency License Warning :: %40fortawesome/pro-duotone-svg-icons = None
2024-08-26T19:27:49.1317550Z WARNING:root:Dependency License Warning :: %40nextiva/next-ui-components = None
2024-08-26T19:27:49.1318356Z WARNING:root:Dependency License Warning :: %40nextiva/ncx-admin = None
2024-08-26T19:27:49.1319143Z WARNING:root:Dependency License Warning :: %40nextiva/softphone = None
2024-08-26T19:27:49.1319837Z WARNING:root:Dependency License Warning :: thrio-widgets = None
2024-08-26T19:27:49.1320399Z INFO:root:Dependency Graph violations :: 2
2024-08-26T19:27:49.7506200Z INFO:root:Total Secret Scanning Alerts :: 37
2024-08-26T19:27:49.7514453Z INFO:root:Secret Scanning violations :: 37
2024-08-26T19:27:49.7523903Z INFO:root:Total unacceptable alerts :: 87
2024-08-26T19:27:49.7524870Z ERROR:root:Unacceptable Threshold of Risk has been hit!
2024-08-26T19:27:49.7526426Z ##[group]Dependency Graph Results - Licensing
2024-08-26T19:27:49.7527344Z Loaded extra licensing information :: 9459
2024-08-26T19:27:49.7528010Z Total Dependencies in Graph :: 2565
2024-08-26T19:27:49.7533120Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: nextiva-security-test/cc-server = None
2024-08-26T19:27:49.7535681Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: abab = None
2024-08-26T19:27:49.7537927Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: abbrev = Other
2024-08-26T19:27:49.7541080Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: acorn = None
2024-08-26T19:27:49.7543545Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: agent-base = None
2024-08-26T19:27:49.7545898Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: argparse = Other
2024-08-26T19:27:49.7548056Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: bl = Other
2024-08-26T19:27:49.7550220Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: buffer = None
2024-08-26T19:27:49.7552668Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: chrome-trace-event = Other
2024-08-26T19:27:49.7555056Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: commondir = None
2024-08-26T19:27:49.7557477Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: concat-map = None
2024-08-26T19:27:49.7560037Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: default-gateway = None
2024-08-26T19:27:49.7562531Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: esrecurse = Other
2024-08-26T19:27:49.7565330Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: fast-json-stable-stringify = Other
2024-08-26T19:27:49.7568048Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: faye-websocket = Other
2024-08-26T19:27:49.7570497Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: lodash = Other
2024-08-26T19:27:49.7573509Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40nicolo-ribaudo/eslint-scope-5-internals = None
2024-08-26T19:27:49.7576374Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: are-we-there-yet = Other
2024-08-26T19:27:49.7579283Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: atob = None
2024-08-26T19:27:49.7581459Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: pdfmake = Other
2024-08-26T19:27:49.7583828Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: rgbcolor = None
2024-08-26T19:27:49.7586442Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: rxjs-compat = None
2024-08-26T19:27:49.7589138Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: file-system = None
2024-08-26T19:27:49.7591609Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: primeng = Other
2024-08-26T19:27:49.7594218Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40amcharts/amcharts4 = None
2024-08-26T19:27:49.7596568Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: gojs = Other
2024-08-26T19:27:49.7599202Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: ace-builds = None
2024-08-26T19:27:49.7602156Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: froala-editor = Other
2024-08-26T19:27:49.7605023Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: angular-froala-wysiwyg = None
2024-08-26T19:27:49.7607841Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: react-icons = Other
2024-08-26T19:27:49.7610976Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40fortawesome/pro-light-svg-icons = None
2024-08-26T19:27:49.7614262Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40fortawesome/pro-regular-svg-icons = None
2024-08-26T19:27:49.7617417Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40fortawesome/pro-solid-svg-icons = None
2024-08-26T19:27:49.7621451Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40fortawesome/pro-duotone-svg-icons = None
2024-08-26T19:27:49.7624563Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40nextiva/next-ui-components = None
2024-08-26T19:27:49.7627142Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40nextiva/ncx-admin = None
2024-08-26T19:27:49.7629747Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: %40nextiva/softphone = None
2024-08-26T19:27:49.7632811Z ##[warning] Dependency Graph Alert :: Dependency License Warning :: thrio-widgets = None
2024-08-26T19:27:49.7633902Z Dependency Graph violations :: 2
2024-08-26T19:27:49.7634965Z ##[endgroup]
2024-08-26T19:27:49.7635860Z ##[group]Secret Scanning Results
2024-08-26T19:27:49.7636509Z Total Secret Scanning Alerts :: 37
2024-08-26T19:27:49.7637292Z Secret Scanning violations :: 37
2024-08-26T19:27:49.7638225Z ##[endgroup]
2024-08-26T19:27:49.7639164Z ##[endgroup]
2024-08-26T19:27:49.7640049Z ##[group]Summary
2024-08-26T19:27:49.7640718Z Total unacceptable alerts :: 87
2024-08-26T19:27:49.7642405Z ##[error]Unacceptable Threshold of Risk has been hit!
2024-08-26T19:27:49.7791470Z ##[error]Process completed with exit code 1.
2024-08-26T19:27:49.7894330Z Post job cleanup.
2024-08-26T19:27:49.8672297Z [command]/usr/bin/git version
2024-08-26T19:27:49.8713947Z git version 2.46.0
2024-08-26T19:27:49.8761070Z Temporarily overriding HOME='/home/runner/work/_temp/8b6f80fe-ad31-4348-9377-b2b4047c6619' before making global git config changes
2024-08-26T19:27:49.8763374Z Adding repository directory to the temporary git global config as a safe directory
2024-08-26T19:27:49.8765991Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/cc-server/cc-server
2024-08-26T19:27:49.8810069Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-08-26T19:27:49.8841798Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-08-26T19:27:49.9131013Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-08-26T19:27:49.9169680Z http.https://github.com/.extraheader
2024-08-26T19:27:49.9174951Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-08-26T19:27:49.9213450Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-08-26T19:27:49.9749113Z Cleaning up orphan processes
Code of Conduct
- I agree to follow this project's Code of Conduct