Open tr1shul opened 2 months ago
@tr1shul thanks for reporting this bug. You are the 4th person to bring it up. It is a problem with the GraphQL query we are using to get licence information.
I plan on having a patch out for this along with a Code Scanning bug fix next week.
@GeekMasher thank you. Any update on this fix?
@tr1shul Please upgrade to v2.9.0 and let me know if everything works
@GeekMasher Still getting the error, here's the raw logs:
2024-09-23T15:17:59.8294004Z ##[group]Operating System
2024-09-23T15:17:59.8294662Z Ubuntu
2024-09-23T15:17:59.8295020Z 22.04.5
2024-09-23T15:17:59.8295411Z LTS
2024-09-23T15:17:59.8295715Z ##[endgroup]
2024-09-23T15:17:59.8296104Z ##[group]Runner Image
2024-09-23T15:17:59.8296584Z Image: ubuntu-22.04
2024-09-23T15:17:59.8296996Z Version: 20240915.1.0
2024-09-23T15:17:59.8298172Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240915.1/images/ubuntu/Ubuntu2204-Readme.md
2024-09-23T15:17:59.8299686Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240915.1
2024-09-23T15:17:59.8300565Z ##[endgroup]
2024-09-23T15:17:59.8300965Z ##[group]Runner Image Provisioner
2024-09-23T15:17:59.8301463Z 2.0.384.1
2024-09-23T15:17:59.8301823Z ##[endgroup]
2024-09-23T15:17:59.8316611Z ##[group]GITHUB_TOKEN Permissions
2024-09-23T15:17:59.8318377Z Contents: read
2024-09-23T15:17:59.8318924Z Metadata: read
2024-09-23T15:17:59.8319449Z Packages: read
2024-09-23T15:17:59.8320006Z ##[endgroup]
2024-09-23T15:17:59.8323193Z Secret source: Actions
2024-09-23T15:17:59.8323767Z Prepare workflow directory
2024-09-23T15:17:59.8948972Z Prepare all required actions
2024-09-23T15:17:59.9124421Z Getting action download info
2024-09-23T15:18:00.1724290Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2024-09-23T15:18:00.3154095Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236)
2024-09-23T15:18:00.3862966Z Download action repository 'advanced-security/policy-as-code@v2.9.0' (SHA:c5dff3b33e49176359f48b91c3d3906be0eaee7b)
2024-09-23T15:18:01.1996425Z Complete job name: Enforce Policies using GHAS Policy-as-Code
2024-09-23T15:18:01.2917317Z ##[group]Run actions/checkout@v3
2024-09-23T15:18:01.2918282Z with:
2024-09-23T15:18:01.2918763Z repository: nextiva-security-test/cc-server
2024-09-23T15:18:01.2919531Z token: ***
2024-09-23T15:18:01.2919966Z ssh-strict: true
2024-09-23T15:18:01.2920421Z persist-credentials: true
2024-09-23T15:18:01.2920859Z clean: true
2024-09-23T15:18:01.2921298Z sparse-checkout-cone-mode: true
2024-09-23T15:18:01.2921749Z fetch-depth: 1
2024-09-23T15:18:01.2922121Z fetch-tags: false
2024-09-23T15:18:01.2922541Z lfs: false
2024-09-23T15:18:01.2922873Z submodules: false
2024-09-23T15:18:01.2923273Z set-safe-directory: true
2024-09-23T15:18:01.2923775Z ##[endgroup]
2024-09-23T15:18:01.5475331Z Syncing repository: nextiva-security-test/cc-server
2024-09-23T15:18:01.5477904Z ##[group]Getting Git version info
2024-09-23T15:18:01.5478841Z Working directory is '/home/runner/work/cc-server/cc-server'
2024-09-23T15:18:01.5481401Z [command]/usr/bin/git version
2024-09-23T15:18:01.5554010Z git version 2.46.0
2024-09-23T15:18:01.5585725Z ##[endgroup]
2024-09-23T15:18:01.5616277Z Temporarily overriding HOME='/home/runner/work/_temp/b927e8ae-0e75-49ae-9f3a-c85329dbadd4' before making global git config changes
2024-09-23T15:18:01.5619149Z Adding repository directory to the temporary git global config as a safe directory
2024-09-23T15:18:01.5622183Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/cc-server/cc-server
2024-09-23T15:18:01.5668634Z Deleting the contents of '/home/runner/work/cc-server/cc-server'
2024-09-23T15:18:01.5672061Z ##[group]Initializing the repository
2024-09-23T15:18:01.5675419Z [command]/usr/bin/git init /home/runner/work/cc-server/cc-server
2024-09-23T15:18:01.5759818Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-09-23T15:18:01.5762057Z hint: is subject to change. To configure the initial branch name to use in all
2024-09-23T15:18:01.5763693Z hint: of your new repositories, which will suppress this warning, call:
2024-09-23T15:18:01.5766097Z hint:
2024-09-23T15:18:01.5766951Z hint: git config --global init.defaultBranch <name>
2024-09-23T15:18:01.5767923Z hint:
2024-09-23T15:18:01.5769035Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-09-23T15:18:01.5771769Z hint: 'development'. The just-created branch can be renamed via this command:
2024-09-23T15:18:01.5773017Z hint:
2024-09-23T15:18:01.5773689Z hint: git branch -m <name>
2024-09-23T15:18:01.5775773Z Initialized empty Git repository in /home/runner/work/cc-server/cc-server/.git/
2024-09-23T15:18:01.5783656Z [command]/usr/bin/git remote add origin https://github.com/nextiva-security-test/cc-server
2024-09-23T15:18:01.5837882Z ##[endgroup]
2024-09-23T15:18:01.5840402Z ##[group]Disabling automatic garbage collection
2024-09-23T15:18:01.5841633Z [command]/usr/bin/git config --local gc.auto 0
2024-09-23T15:18:01.5869382Z ##[endgroup]
2024-09-23T15:18:01.5872565Z ##[group]Setting up auth
2024-09-23T15:18:01.5875288Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-09-23T15:18:01.5907205Z [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-09-23T15:18:01.6302599Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-09-23T15:18:01.6322703Z [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-09-23T15:18:01.6557204Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-09-23T15:18:01.6594063Z ##[endgroup]
2024-09-23T15:18:01.6595412Z ##[group]Fetching the repository
2024-09-23T15:18:01.6605891Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +27c2095fbb8ebfc771f18f5d66f5cadd41fae4e8:refs/remotes/origin/develop
2024-09-23T15:18:02.1436068Z remote: Enumerating objects: 10722, done.
2024-09-23T15:18:02.1437055Z remote: Counting objects: 0% (1/10722)
2024-09-23T15:18:02.1438331Z remote: Counting objects: 1% (108/10722)
2024-09-23T15:18:02.1439151Z remote: Counting objects: 2% (215/10722)
2024-09-23T15:18:02.1440120Z remote: Counting objects: 3% (322/10722)
2024-09-23T15:18:02.1440979Z remote: Counting objects: 4% (429/10722)
2024-09-23T15:18:02.1441805Z remote: Counting objects: 5% (537/10722)
2024-09-23T15:18:02.1442671Z remote: Counting objects: 6% (644/10722)
2024-09-23T15:18:02.1443327Z remote: Counting objects: 7% (751/10722)
2024-09-23T15:18:02.1443826Z remote: Counting objects: 8% (858/10722)
2024-09-23T15:18:02.1444407Z remote: Counting objects: 9% (965/10722)
2024-09-23T15:18:02.1444900Z remote: Counting objects: 10% (1073/10722)
2024-09-23T15:18:02.1464340Z remote: Counting objects: 11% (1180/10722)
2024-09-23T15:18:02.1465657Z remote: Counting objects: 12% (1287/10722)
2024-09-23T15:18:02.1466576Z remote: Counting objects: 13% (1394/10722)
2024-09-23T15:18:02.1467448Z remote: Counting objects: 14% (1502/10722)
2024-09-23T15:18:02.1468833Z remote: Counting objects: 15% (1609/10722)
2024-09-23T15:18:02.1469729Z remote: Counting objects: 16% (1716/10722)
2024-09-23T15:18:02.1470702Z remote: Counting objects: 17% (1823/10722)
2024-09-23T15:18:02.1471588Z remote: Counting objects: 18% (1930/10722)
2024-09-23T15:18:02.1472468Z remote: Counting objects: 19% (2038/10722)
2024-09-23T15:18:02.1473330Z remote: Counting objects: 20% (2145/10722)
2024-09-23T15:18:02.1474201Z remote: Counting objects: 21% (2252/10722)
2024-09-23T15:18:02.1474987Z remote: Counting objects: 22% (2359/10722)
2024-09-23T15:18:02.1475902Z remote: Counting objects: 23% (2467/10722)
2024-09-23T15:18:02.1476737Z remote: Counting objects: 24% (2574/10722)
2024-09-23T15:18:02.1477860Z remote: Counting objects: 25% (2681/10722)
2024-09-23T15:18:02.1478724Z remote: Counting objects: 26% (2788/10722)
2024-09-23T15:18:02.1479990Z remote: Counting objects: 27% (2895/10722)
2024-09-23T15:18:02.1480941Z remote: Counting objects: 28% (3003/10722)
2024-09-23T15:18:02.1481769Z remote: Counting objects: 29% (3110/10722)
2024-09-23T15:18:02.1482533Z remote: Counting objects: 30% (3217/10722)
2024-09-23T15:18:02.1483330Z remote: Counting objects: 31% (3324/10722)
2024-09-23T15:18:02.1484093Z remote: Counting objects: 32% (3432/10722)
2024-09-23T15:18:02.1484606Z remote: Counting objects: 33% (3539/10722)
2024-09-23T15:18:02.1485186Z remote: Counting objects: 34% (3646/10722)
2024-09-23T15:18:02.1485685Z remote: Counting objects: 35% (3753/10722)
2024-09-23T15:18:02.1510863Z remote: Counting objects: 36% (3860/10722)
2024-09-23T15:18:02.1512485Z remote: Counting objects: 37% (3968/10722)
2024-09-23T15:18:02.1513504Z remote: Counting objects: 38% (4075/10722)
2024-09-23T15:18:02.1514465Z remote: Counting objects: 39% (4182/10722)
2024-09-23T15:18:02.1515373Z remote: Counting objects: 40% (4289/10722)
2024-09-23T15:18:02.1516205Z remote: Counting objects: 41% (4397/10722)
2024-09-23T15:18:02.1517053Z remote: Counting objects: 42% (4504/10722)
2024-09-23T15:18:02.1518277Z remote: Counting objects: 43% (4611/10722)
2024-09-23T15:18:02.1519100Z remote: Counting objects: 44% (4718/10722)
2024-09-23T15:18:02.1519927Z remote: Counting objects: 45% (4825/10722)
2024-09-23T15:18:02.1520837Z remote: Counting objects: 46% (4933/10722)
2024-09-23T15:18:02.1521542Z remote: Counting objects: 47% (5040/10722)
2024-09-23T15:18:02.1522274Z remote: Counting objects: 48% (5147/10722)
2024-09-23T15:18:02.1522917Z remote: Counting objects: 49% (5254/10722)
2024-09-23T15:18:02.1523445Z remote: Counting objects: 50% (5361/10722)
2024-09-23T15:18:02.1524015Z remote: Counting objects: 51% (5469/10722)
2024-09-23T15:18:02.1524518Z remote: Counting objects: 52% (5576/10722)
2024-09-23T15:18:02.1525023Z remote: Counting objects: 53% (5683/10722)
2024-09-23T15:18:02.1525578Z remote: Counting objects: 54% (5790/10722)
2024-09-23T15:18:02.1526098Z remote: Counting objects: 55% (5898/10722)
2024-09-23T15:18:02.1526564Z remote: Counting objects: 56% (6005/10722)
2024-09-23T15:18:02.1531580Z remote: Counting objects: 57% (6112/10722)
2024-09-23T15:18:02.1532881Z remote: Counting objects: 58% (6219/10722)
2024-09-23T15:18:02.1533792Z remote: Counting objects: 59% (6326/10722)
2024-09-23T15:18:02.1534731Z remote: Counting objects: 60% (6434/10722)
2024-09-23T15:18:02.1535281Z remote: Counting objects: 61% (6541/10722)
2024-09-23T15:18:02.1535795Z remote: Counting objects: 62% (6648/10722)
2024-09-23T15:18:02.1536374Z remote: Counting objects: 63% (6755/10722)
2024-09-23T15:18:02.1536881Z remote: Counting objects: 64% (6863/10722)
2024-09-23T15:18:02.1537339Z remote: Counting objects: 65% (6970/10722)
2024-09-23T15:18:02.1538287Z remote: Counting objects: 66% (7077/10722)
2024-09-23T15:18:02.1538835Z remote: Counting objects: 67% (7184/10722)
2024-09-23T15:18:02.1539341Z remote: Counting objects: 68% (7291/10722)
2024-09-23T15:18:02.1539881Z remote: Counting objects: 69% (7399/10722)
2024-09-23T15:18:02.1540388Z remote: Counting objects: 70% (7506/10722)
2024-09-23T15:18:02.1540900Z remote: Counting objects: 71% (7613/10722)
2024-09-23T15:18:02.1541442Z remote: Counting objects: 72% (7720/10722)
2024-09-23T15:18:02.1541924Z remote: Counting objects: 73% (7828/10722)
2024-09-23T15:18:02.1542465Z remote: Counting objects: 74% (7935/10722)
2024-09-23T15:18:02.1543023Z remote: Counting objects: 75% (8042/10722)
2024-09-23T15:18:02.1543519Z remote: Counting objects: 76% (8149/10722)
2024-09-23T15:18:02.1554602Z remote: Counting objects: 77% (8256/10722)
2024-09-23T15:18:02.1555729Z remote: Counting objects: 78% (8364/10722)
2024-09-23T15:18:02.1556744Z remote: Counting objects: 79% (8471/10722)
2024-09-23T15:18:02.1557923Z remote: Counting objects: 80% (8578/10722)
2024-09-23T15:18:02.1558784Z remote: Counting objects: 81% (8685/10722)
2024-09-23T15:18:02.1559655Z remote: Counting objects: 82% (8793/10722)
2024-09-23T15:18:02.1560547Z remote: Counting objects: 83% (8900/10722)
2024-09-23T15:18:02.1561209Z remote: Counting objects: 84% (9007/10722)
2024-09-23T15:18:02.1561706Z remote: Counting objects: 85% (9114/10722)
2024-09-23T15:18:02.1562293Z remote: Counting objects: 86% (9221/10722)
2024-09-23T15:18:02.1562843Z remote: Counting objects: 87% (9329/10722)
2024-09-23T15:18:02.1563358Z remote: Counting objects: 88% (9436/10722)
2024-09-23T15:18:02.1563878Z remote: Counting objects: 89% (9543/10722)
2024-09-23T15:18:02.1564417Z remote: Counting objects: 90% (9650/10722)
2024-09-23T15:18:02.1564940Z remote: Counting objects: 91% (9758/10722)
2024-09-23T15:18:02.1565498Z remote: Counting objects: 92% (9865/10722)
2024-09-23T15:18:02.1565983Z remote: Counting objects: 93% (9972/10722)
2024-09-23T15:18:02.1566494Z remote: Counting objects: 94% (10079/10722)
2024-09-23T15:18:02.1567084Z remote: Counting objects: 95% (10186/10722)
2024-09-23T15:18:02.1567992Z remote: Counting objects: 96% (10294/10722)
2024-09-23T15:18:02.1568544Z remote: Counting objects: 97% (10401/10722)
2024-09-23T15:18:02.1569124Z remote: Counting objects: 98% (10508/10722)
2024-09-23T15:18:02.2051331Z remote: Counting objects: 99% (10615/10722)
2024-09-23T15:18:02.2052620Z remote: Counting objects: 100% (10722/10722)
2024-09-23T15:18:02.2054024Z remote: Counting objects: 100% (10722/10722), done.
2024-09-23T15:18:02.2054910Z remote: Compressing objects: 0% (1/6637)
2024-09-23T15:18:02.2055785Z remote: Compressing objects: 1% (67/6637)
2024-09-23T15:18:02.2056734Z remote: Compressing objects: 2% (133/6637)
2024-09-23T15:18:02.2057515Z remote: Compressing objects: 3% (200/6637)
2024-09-23T15:18:02.2058504Z remote: Compressing objects: 4% (266/6637)
2024-09-23T15:18:02.2094805Z remote: Compressing objects: 5% (332/6637)
2024-09-23T15:18:02.2139446Z remote: Compressing objects: 6% (399/6637)
2024-09-23T15:18:02.2682349Z remote: Compressing objects: 7% (465/6637)
2024-09-23T15:18:02.2683270Z remote: Compressing objects: 8% (531/6637)
2024-09-23T15:18:02.2684219Z remote: Compressing objects: 9% (598/6637)
2024-09-23T15:18:02.2684892Z remote: Compressing objects: 10% (664/6637)
2024-09-23T15:18:02.3189741Z remote: Compressing objects: 11% (731/6637)
2024-09-23T15:18:02.3192593Z remote: Compressing objects: 12% (797/6637)
2024-09-23T15:18:02.3193505Z remote: Compressing objects: 13% (863/6637)
2024-09-23T15:18:02.3194276Z remote: Compressing objects: 14% (930/6637)
2024-09-23T15:18:02.4211659Z remote: Compressing objects: 15% (996/6637)
2024-09-23T15:18:02.4212935Z remote: Compressing objects: 16% (1062/6637)
2024-09-23T15:18:02.4799266Z remote: Compressing objects: 17% (1129/6637)
2024-09-23T15:18:02.5360063Z remote: Compressing objects: 18% (1195/6637)
2024-09-23T15:18:02.5948568Z remote: Compressing objects: 19% (1262/6637)
2024-09-23T15:18:02.9427223Z remote: Compressing objects: 20% (1328/6637)
2024-09-23T15:18:02.9434115Z remote: Compressing objects: 21% (1394/6637)
2024-09-23T15:18:02.9435071Z remote: Compressing objects: 22% (1461/6637)
2024-09-23T15:18:03.2321403Z remote: Compressing objects: 23% (1527/6637)
2024-09-23T15:18:03.2322853Z remote: Compressing objects: 24% (1593/6637)
2024-09-23T15:18:03.2324403Z remote: Compressing objects: 25% (1660/6637)
2024-09-23T15:18:03.2325432Z remote: Compressing objects: 26% (1726/6637)
2024-09-23T15:18:03.2326607Z remote: Compressing objects: 26% (1747/6637)
2024-09-23T15:18:03.2327577Z remote: Compressing objects: 27% (1792/6637)
2024-09-23T15:18:03.2330069Z remote: Compressing objects: 28% (1859/6637)
2024-09-23T15:18:03.2331162Z remote: Compressing objects: 29% (1925/6637)
2024-09-23T15:18:03.2332159Z remote: Compressing objects: 30% (1992/6637)
2024-09-23T15:18:03.2333140Z remote: Compressing objects: 31% (2058/6637)
2024-09-23T15:18:03.2334291Z remote: Compressing objects: 32% (2124/6637)
2024-09-23T15:18:03.2335297Z remote: Compressing objects: 33% (2191/6637)
2024-09-23T15:18:03.2336304Z remote: Compressing objects: 34% (2257/6637)
2024-09-23T15:18:03.2337354Z remote: Compressing objects: 35% (2323/6637)
2024-09-23T15:18:03.2338596Z remote: Compressing objects: 36% (2390/6637)
2024-09-23T15:18:03.2339493Z remote: Compressing objects: 37% (2456/6637)
2024-09-23T15:18:03.2340528Z remote: Compressing objects: 38% (2523/6637)
2024-09-23T15:18:03.2341590Z remote: Compressing objects: 39% (2589/6637)
2024-09-23T15:18:03.2342638Z remote: Compressing objects: 40% (2655/6637)
2024-09-23T15:18:03.2343611Z remote: Compressing objects: 41% (2722/6637)
2024-09-23T15:18:03.2344638Z remote: Compressing objects: 42% (2788/6637)
2024-09-23T15:18:03.2886907Z remote: Compressing objects: 43% (2854/6637)
2024-09-23T15:18:03.2888829Z remote: Compressing objects: 44% (2921/6637)
2024-09-23T15:18:03.2890223Z remote: Compressing objects: 45% (2987/6637)
2024-09-23T15:18:03.2891313Z remote: Compressing objects: 46% (3054/6637)
2024-09-23T15:18:03.2892380Z remote: Compressing objects: 47% (3120/6637)
2024-09-23T15:18:03.2893359Z remote: Compressing objects: 48% (3186/6637)
2024-09-23T15:18:03.2894550Z remote: Compressing objects: 49% (3253/6637)
2024-09-23T15:18:03.3464764Z remote: Compressing objects: 50% (3319/6637)
2024-09-23T15:18:03.3466034Z remote: Compressing objects: 51% (3385/6637)
2024-09-23T15:18:03.4055448Z remote: Compressing objects: 52% (3452/6637)
2024-09-23T15:18:03.4056722Z remote: Compressing objects: 53% (3518/6637)
2024-09-23T15:18:03.4057891Z remote: Compressing objects: 54% (3584/6637)
2024-09-23T15:18:03.4059111Z remote: Compressing objects: 55% (3651/6637)
2024-09-23T15:18:03.4060100Z remote: Compressing objects: 56% (3717/6637)
2024-09-23T15:18:03.4061199Z remote: Compressing objects: 57% (3784/6637)
2024-09-23T15:18:03.4062050Z remote: Compressing objects: 58% (3850/6637)
2024-09-23T15:18:03.4062992Z remote: Compressing objects: 59% (3916/6637)
2024-09-23T15:18:03.4632780Z remote: Compressing objects: 60% (3983/6637)
2024-09-23T15:18:03.4634113Z remote: Compressing objects: 61% (4049/6637)
2024-09-23T15:18:03.4635382Z remote: Compressing objects: 62% (4115/6637)
2024-09-23T15:18:03.4636750Z remote: Compressing objects: 63% (4182/6637)
2024-09-23T15:18:03.4638043Z remote: Compressing objects: 64% (4248/6637)
2024-09-23T15:18:03.5219301Z remote: Compressing objects: 65% (4315/6637)
2024-09-23T15:18:03.5221617Z remote: Compressing objects: 66% (4381/6637)
2024-09-23T15:18:03.5803074Z remote: Compressing objects: 67% (4447/6637)
2024-09-23T15:18:03.5810778Z remote: Compressing objects: 68% (4514/6637)
2024-09-23T15:18:03.6071090Z remote: Compressing objects: 69% (4580/6637)
2024-09-23T15:18:03.6075099Z remote: Compressing objects: 70% (4646/6637)
2024-09-23T15:18:03.6076086Z remote: Compressing objects: 71% (4713/6637)
2024-09-23T15:18:03.6077082Z remote: Compressing objects: 72% (4779/6637)
2024-09-23T15:18:03.6078580Z remote: Compressing objects: 73% (4846/6637)
2024-09-23T15:18:03.6079445Z remote: Compressing objects: 74% (4912/6637)
2024-09-23T15:18:03.6080385Z remote: Compressing objects: 75% (4978/6637)
2024-09-23T15:18:03.6081261Z remote: Compressing objects: 76% (5045/6637)
2024-09-23T15:18:03.6082069Z remote: Compressing objects: 77% (5111/6637)
2024-09-23T15:18:03.6083215Z remote: Compressing objects: 78% (5177/6637)
2024-09-23T15:18:03.6084272Z remote: Compressing objects: 79% (5244/6637)
2024-09-23T15:18:03.6085277Z remote: Compressing objects: 80% (5310/6637)
2024-09-23T15:18:03.6086396Z remote: Compressing objects: 81% (5376/6637)
2024-09-23T15:18:03.6087399Z remote: Compressing objects: 82% (5443/6637)
2024-09-23T15:18:03.6088551Z remote: Compressing objects: 83% (5509/6637)
2024-09-23T15:18:03.6089656Z remote: Compressing objects: 84% (5576/6637)
2024-09-23T15:18:03.6090598Z remote: Compressing objects: 85% (5642/6637)
2024-09-23T15:18:03.6091617Z remote: Compressing objects: 86% (5708/6637)
2024-09-23T15:18:03.6092807Z remote: Compressing objects: 87% (5775/6637)
2024-09-23T15:18:03.6093746Z remote: Compressing objects: 88% (5841/6637)
2024-09-23T15:18:03.6112665Z remote: Compressing objects: 89% (5907/6637)
2024-09-23T15:18:03.6113737Z remote: Compressing objects: 90% (5974/6637)
2024-09-23T15:18:03.6114727Z remote: Compressing objects: 91% (6040/6637)
2024-09-23T15:18:03.6115746Z remote: Compressing objects: 92% (6107/6637)
2024-09-23T15:18:03.6116810Z remote: Compressing objects: 93% (6173/6637)
2024-09-23T15:18:03.6138436Z remote: Compressing objects: 94% (6239/6637)
2024-09-23T15:18:03.6139647Z remote: Compressing objects: 95% (6306/6637)
2024-09-23T15:18:03.6140630Z remote: Compressing objects: 96% (6372/6637)
2024-09-23T15:18:03.6141533Z remote: Compressing objects: 97% (6438/6637)
2024-09-23T15:18:03.6142617Z remote: Compressing objects: 98% (6505/6637)
2024-09-23T15:18:03.6143580Z remote: Compressing objects: 99% (6571/6637)
2024-09-23T15:18:03.6144532Z remote: Compressing objects: 100% (6637/6637)
2024-09-23T15:18:03.6145536Z remote: Compressing objects: 100% (6637/6637), done.
2024-09-23T15:18:03.7525928Z Receiving objects: 0% (1/10722)
2024-09-23T15:18:03.7620459Z Receiving objects: 1% (108/10722)
2024-09-23T15:18:03.7722838Z Receiving objects: 2% (215/10722)
2024-09-23T15:18:03.7776804Z Receiving objects: 3% (322/10722)
2024-09-23T15:18:03.7849211Z Receiving objects: 4% (429/10722)
2024-09-23T15:18:03.7940716Z Receiving objects: 5% (537/10722)
2024-09-23T15:18:03.8054949Z Receiving objects: 6% (644/10722)
2024-09-23T15:18:03.8110703Z Receiving objects: 7% (751/10722)
2024-09-23T15:18:03.8150029Z Receiving objects: 8% (858/10722)
2024-09-23T15:18:03.8193538Z Receiving objects: 9% (965/10722)
2024-09-23T15:18:03.8240198Z Receiving objects: 10% (1073/10722)
2024-09-23T15:18:03.8590161Z Receiving objects: 11% (1180/10722)
2024-09-23T15:18:03.9286198Z Receiving objects: 12% (1287/10722)
2024-09-23T15:18:03.9331376Z Receiving objects: 13% (1394/10722)
2024-09-23T15:18:03.9354430Z Receiving objects: 14% (1502/10722)
2024-09-23T15:18:03.9373074Z Receiving objects: 15% (1609/10722)
2024-09-23T15:18:03.9394421Z Receiving objects: 16% (1716/10722)
2024-09-23T15:18:03.9424268Z Receiving objects: 17% (1823/10722)
2024-09-23T15:18:03.9482732Z Receiving objects: 18% (1930/10722)
2024-09-23T15:18:04.0183928Z Receiving objects: 19% (2038/10722)
2024-09-23T15:18:04.0202883Z Receiving objects: 20% (2145/10722)
2024-09-23T15:18:04.0217271Z Receiving objects: 21% (2252/10722)
2024-09-23T15:18:04.0231240Z Receiving objects: 22% (2359/10722)
2024-09-23T15:18:04.0250005Z Receiving objects: 23% (2467/10722)
2024-09-23T15:18:04.0263689Z Receiving objects: 24% (2574/10722)
2024-09-23T15:18:04.0293425Z Receiving objects: 25% (2681/10722)
2024-09-23T15:18:04.0419209Z Receiving objects: 26% (2788/10722)
2024-09-23T15:18:04.0523337Z Receiving objects: 27% (2895/10722)
2024-09-23T15:18:04.0568758Z Receiving objects: 28% (3003/10722)
2024-09-23T15:18:04.0688784Z Receiving objects: 29% (3110/10722)
2024-09-23T15:18:04.0712854Z Receiving objects: 30% (3217/10722)
2024-09-23T15:18:04.0977885Z Receiving objects: 31% (3324/10722)
2024-09-23T15:18:04.1814416Z Receiving objects: 32% (3432/10722)
2024-09-23T15:18:04.1829566Z Receiving objects: 33% (3539/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1843165Z Receiving objects: 34% (3646/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1853897Z Receiving objects: 35% (3753/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1884176Z Receiving objects: 36% (3860/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1895533Z Receiving objects: 37% (3968/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1906230Z Receiving objects: 38% (4075/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1920586Z Receiving objects: 39% (4182/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1932853Z Receiving objects: 40% (4289/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1947975Z Receiving objects: 41% (4397/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1962149Z Receiving objects: 42% (4504/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.1969050Z Receiving objects: 43% (4611/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.2810481Z Receiving objects: 44% (4718/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.2816644Z Receiving objects: 45% (4825/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.3883178Z Receiving objects: 46% (4933/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.3943726Z Receiving objects: 47% (5040/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.3985196Z Receiving objects: 48% (5147/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4005370Z Receiving objects: 49% (5254/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4024461Z Receiving objects: 50% (5361/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4037324Z Receiving objects: 51% (5469/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4046285Z Receiving objects: 52% (5576/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4055457Z Receiving objects: 53% (5683/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4065417Z Receiving objects: 54% (5790/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4093026Z Receiving objects: 55% (5898/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4114470Z Receiving objects: 56% (6005/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4133618Z Receiving objects: 57% (6112/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4151982Z Receiving objects: 58% (6219/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4169872Z Receiving objects: 59% (6326/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4186838Z Receiving objects: 60% (6434/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4205104Z Receiving objects: 61% (6541/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4222782Z Receiving objects: 62% (6648/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4244223Z Receiving objects: 63% (6755/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4268319Z Receiving objects: 64% (6863/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4289326Z Receiving objects: 65% (6970/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4304648Z Receiving objects: 66% (7077/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4340562Z Receiving objects: 67% (7184/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4785623Z Receiving objects: 68% (7291/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4822051Z Receiving objects: 69% (7399/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4871275Z Receiving objects: 70% (7506/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4928773Z Receiving objects: 71% (7613/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4950335Z Receiving objects: 72% (7720/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.4974048Z Receiving objects: 73% (7828/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5033894Z Receiving objects: 74% (7935/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5078421Z Receiving objects: 75% (8042/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5123902Z Receiving objects: 76% (8149/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5149839Z Receiving objects: 77% (8256/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5247436Z Receiving objects: 78% (8364/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5400716Z Receiving objects: 79% (8471/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5655245Z Receiving objects: 80% (8578/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.5708091Z Receiving objects: 81% (8685/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6070585Z Receiving objects: 82% (8793/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6100994Z Receiving objects: 83% (8900/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6135771Z Receiving objects: 84% (9007/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6164153Z Receiving objects: 85% (9114/10722), 14.90 MiB | 29.79 MiB/s
2024-09-23T15:18:04.6184414Z Receiving objects: 85% (9146/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6233945Z Receiving objects: 86% (9221/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6296115Z Receiving objects: 87% (9329/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6318513Z Receiving objects: 88% (9436/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6326322Z Receiving objects: 89% (9543/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6336580Z Receiving objects: 90% (9650/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6343076Z Receiving objects: 91% (9758/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6350012Z Receiving objects: 92% (9865/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6354980Z Receiving objects: 93% (9972/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6360104Z Receiving objects: 94% (10079/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6365146Z Receiving objects: 95% (10186/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6369578Z Receiving objects: 96% (10294/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6371878Z Receiving objects: 97% (10401/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6543657Z Receiving objects: 98% (10508/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6546713Z Receiving objects: 99% (10615/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6549057Z remote: Total 10722 (delta 4729), reused 8200 (delta 3401), pack-reused 0 (from 0)
2024-09-23T15:18:04.6560718Z Receiving objects: 100% (10722/10722), 32.05 MiB | 32.04 MiB/s
2024-09-23T15:18:04.6562133Z Receiving objects: 100% (10722/10722), 33.04 MiB | 31.80 MiB/s, done.
2024-09-23T15:18:04.6663757Z Resolving deltas: 0% (0/4729)
2024-09-23T15:18:04.6815330Z Resolving deltas: 1% (48/4729)
2024-09-23T15:18:04.6825667Z Resolving deltas: 2% (95/4729)
2024-09-23T15:18:04.6849542Z Resolving deltas: 3% (142/4729)
2024-09-23T15:18:04.6882740Z Resolving deltas: 4% (190/4729)
2024-09-23T15:18:04.6896658Z Resolving deltas: 5% (237/4729)
2024-09-23T15:18:04.6911978Z Resolving deltas: 6% (284/4729)
2024-09-23T15:18:04.6929524Z Resolving deltas: 7% (332/4729)
2024-09-23T15:18:04.6934797Z Resolving deltas: 8% (379/4729)
2024-09-23T15:18:04.6981220Z Resolving deltas: 9% (426/4729)
2024-09-23T15:18:04.7019284Z Resolving deltas: 10% (473/4729)
2024-09-23T15:18:04.7020427Z Resolving deltas: 11% (521/4729)
2024-09-23T15:18:04.7021868Z Resolving deltas: 12% (568/4729)
2024-09-23T15:18:04.7041584Z Resolving deltas: 13% (615/4729)
2024-09-23T15:18:04.7049934Z Resolving deltas: 14% (663/4729)
2024-09-23T15:18:04.7062475Z Resolving deltas: 15% (710/4729)
2024-09-23T15:18:04.7081454Z Resolving deltas: 16% (757/4729)
2024-09-23T15:18:04.7109364Z Resolving deltas: 17% (804/4729)
2024-09-23T15:18:04.7119590Z Resolving deltas: 18% (852/4729)
2024-09-23T15:18:04.7142308Z Resolving deltas: 19% (899/4729)
2024-09-23T15:18:04.7163150Z Resolving deltas: 20% (946/4729)
2024-09-23T15:18:04.7197538Z Resolving deltas: 21% (994/4729)
2024-09-23T15:18:04.7216296Z Resolving deltas: 22% (1041/4729)
2024-09-23T15:18:04.7231766Z Resolving deltas: 23% (1088/4729)
2024-09-23T15:18:04.7267980Z Resolving deltas: 24% (1135/4729)
2024-09-23T15:18:04.7332572Z Resolving deltas: 25% (1183/4729)
2024-09-23T15:18:04.7379825Z Resolving deltas: 26% (1230/4729)
2024-09-23T15:18:04.7406242Z Resolving deltas: 27% (1277/4729)
2024-09-23T15:18:04.7454118Z Resolving deltas: 28% (1325/4729)
2024-09-23T15:18:04.7529394Z Resolving deltas: 29% (1372/4729)
2024-09-23T15:18:04.7590950Z Resolving deltas: 30% (1419/4729)
2024-09-23T15:18:04.7700205Z Resolving deltas: 31% (1466/4729)
2024-09-23T15:18:04.7747984Z Resolving deltas: 32% (1514/4729)
2024-09-23T15:18:04.7801302Z Resolving deltas: 33% (1561/4729)
2024-09-23T15:18:04.7836701Z Resolving deltas: 34% (1608/4729)
2024-09-23T15:18:04.7902342Z Resolving deltas: 35% (1656/4729)
2024-09-23T15:18:04.7948251Z Resolving deltas: 36% (1703/4729)
2024-09-23T15:18:04.7964943Z Resolving deltas: 37% (1750/4729)
2024-09-23T15:18:04.8018702Z Resolving deltas: 38% (1798/4729)
2024-09-23T15:18:04.8070616Z Resolving deltas: 39% (1845/4729)
2024-09-23T15:18:04.8094436Z Resolving deltas: 40% (1892/4729)
2024-09-23T15:18:04.8111523Z Resolving deltas: 41% (1939/4729)
2024-09-23T15:18:04.8143182Z Resolving deltas: 42% (1987/4729)
2024-09-23T15:18:04.8149751Z Resolving deltas: 43% (2034/4729)
2024-09-23T15:18:04.8172635Z Resolving deltas: 44% (2081/4729)
2024-09-23T15:18:04.8174268Z Resolving deltas: 45% (2129/4729)
2024-09-23T15:18:04.8230810Z Resolving deltas: 46% (2176/4729)
2024-09-23T15:18:04.8239007Z Resolving deltas: 47% (2223/4729)
2024-09-23T15:18:04.8248587Z Resolving deltas: 48% (2270/4729)
2024-09-23T15:18:04.8265217Z Resolving deltas: 49% (2318/4729)
2024-09-23T15:18:04.8276217Z Resolving deltas: 50% (2365/4729)
2024-09-23T15:18:04.8289738Z Resolving deltas: 51% (2412/4729)
2024-09-23T15:18:04.8301264Z Resolving deltas: 52% (2460/4729)
2024-09-23T15:18:04.8310951Z Resolving deltas: 53% (2507/4729)
2024-09-23T15:18:04.8315967Z Resolving deltas: 54% (2554/4729)
2024-09-23T15:18:04.8324592Z Resolving deltas: 55% (2601/4729)
2024-09-23T15:18:04.8331047Z Resolving deltas: 56% (2649/4729)
2024-09-23T15:18:04.8336128Z Resolving deltas: 57% (2696/4729)
2024-09-23T15:18:04.8346883Z Resolving deltas: 58% (2743/4729)
2024-09-23T15:18:04.8349052Z Resolving deltas: 59% (2791/4729)
2024-09-23T15:18:04.8359968Z Resolving deltas: 60% (2838/4729)
2024-09-23T15:18:04.8375421Z Resolving deltas: 61% (2885/4729)
2024-09-23T15:18:04.8405692Z Resolving deltas: 62% (2932/4729)
2024-09-23T15:18:04.8417414Z Resolving deltas: 63% (2980/4729)
2024-09-23T15:18:04.8418412Z Resolving deltas: 64% (3027/4729)
2024-09-23T15:18:04.8428621Z Resolving deltas: 65% (3074/4729)
2024-09-23T15:18:04.8478559Z Resolving deltas: 66% (3122/4729)
2024-09-23T15:18:04.8481853Z Resolving deltas: 67% (3169/4729)
2024-09-23T15:18:04.8482810Z Resolving deltas: 68% (3216/4729)
2024-09-23T15:18:04.8508651Z Resolving deltas: 69% (3264/4729)
2024-09-23T15:18:04.8522442Z Resolving deltas: 70% (3311/4729)
2024-09-23T15:18:04.8537455Z Resolving deltas: 71% (3358/4729)
2024-09-23T15:18:04.8563842Z Resolving deltas: 72% (3405/4729)
2024-09-23T15:18:04.8568440Z Resolving deltas: 73% (3453/4729)
2024-09-23T15:18:04.8604986Z Resolving deltas: 74% (3500/4729)
2024-09-23T15:18:04.8618648Z Resolving deltas: 75% (3547/4729)
2024-09-23T15:18:04.8641413Z Resolving deltas: 76% (3595/4729)
2024-09-23T15:18:04.8666365Z Resolving deltas: 77% (3642/4729)
2024-09-23T15:18:04.8684249Z Resolving deltas: 78% (3689/4729)
2024-09-23T15:18:04.8715709Z Resolving deltas: 79% (3736/4729)
2024-09-23T15:18:04.8769767Z Resolving deltas: 80% (3784/4729)
2024-09-23T15:18:04.8852011Z Resolving deltas: 81% (3831/4729)
2024-09-23T15:18:04.8898808Z Resolving deltas: 82% (3878/4729)
2024-09-23T15:18:04.8921006Z Resolving deltas: 83% (3926/4729)
2024-09-23T15:18:04.8924834Z Resolving deltas: 84% (3973/4729)
2024-09-23T15:18:04.8936253Z Resolving deltas: 85% (4020/4729)
2024-09-23T15:18:04.8945458Z Resolving deltas: 86% (4067/4729)
2024-09-23T15:18:04.8968095Z Resolving deltas: 87% (4115/4729)
2024-09-23T15:18:04.8969161Z Resolving deltas: 88% (4162/4729)
2024-09-23T15:18:04.8971384Z Resolving deltas: 89% (4209/4729)
2024-09-23T15:18:04.8981340Z Resolving deltas: 90% (4257/4729)
2024-09-23T15:18:04.8987200Z Resolving deltas: 91% (4304/4729)
2024-09-23T15:18:04.8998005Z Resolving deltas: 92% (4351/4729)
2024-09-23T15:18:04.9005617Z Resolving deltas: 93% (4398/4729)
2024-09-23T15:18:04.9011935Z Resolving deltas: 94% (4446/4729)
2024-09-23T15:18:04.9016014Z Resolving deltas: 95% (4493/4729)
2024-09-23T15:18:04.9019189Z Resolving deltas: 96% (4540/4729)
2024-09-23T15:18:04.9023010Z Resolving deltas: 97% (4588/4729)
2024-09-23T15:18:04.9028088Z Resolving deltas: 98% (4635/4729)
2024-09-23T15:18:04.9040554Z Resolving deltas: 99% (4682/4729)
2024-09-23T15:18:04.9042412Z Resolving deltas: 100% (4729/4729)
2024-09-23T15:18:04.9043830Z Resolving deltas: 100% (4729/4729), done.
2024-09-23T15:18:04.9575632Z From https://github.com/nextiva-security-test/cc-server
2024-09-23T15:18:04.9578749Z * [new ref] 27c2095fbb8ebfc771f18f5d66f5cadd41fae4e8 -> origin/develop
2024-09-23T15:18:04.9606962Z ##[endgroup]
2024-09-23T15:18:04.9608801Z ##[group]Determining the checkout info
2024-09-23T15:18:04.9610252Z ##[endgroup]
2024-09-23T15:18:04.9611624Z ##[group]Checking out the ref
2024-09-23T15:18:04.9614857Z [command]/usr/bin/git checkout --progress --force -B develop refs/remotes/origin/develop
2024-09-23T15:18:05.7848486Z Switched to a new branch 'develop'
2024-09-23T15:18:05.7851736Z branch 'develop' set up to track 'origin/develop'.
2024-09-23T15:18:05.7893563Z ##[endgroup]
2024-09-23T15:18:05.7931552Z [command]/usr/bin/git log -1 --format='%H'
2024-09-23T15:18:05.7955489Z '27c2095fbb8ebfc771f18f5d66f5cadd41fae4e8'
2024-09-23T15:18:05.8308180Z ##[group]Run actions/setup-python@v4
2024-09-23T15:18:05.8308720Z with:
2024-09-23T15:18:05.8309040Z python-version: 3.x
2024-09-23T15:18:05.8309428Z check-latest: false
2024-09-23T15:18:05.8309995Z token: ***
2024-09-23T15:18:05.8310311Z update-environment: true
2024-09-23T15:18:05.8310728Z allow-prereleases: false
2024-09-23T15:18:05.8311149Z ##[endgroup]
2024-09-23T15:18:05.9579755Z ##[group]Installed versions
2024-09-23T15:18:05.9646596Z Successfully set up CPython (3.12.6)
2024-09-23T15:18:05.9648355Z ##[endgroup]
2024-09-23T15:18:05.9795953Z ##[group]Run advanced-security/policy-as-code@v2.9.0
2024-09-23T15:18:05.9796448Z with:
2024-09-23T15:18:05.9796906Z policy: nextiva-security-test/cc-server
2024-09-23T15:18:05.9797390Z policy-path: .github/pac-config.yml
2024-09-23T15:18:05.9798104Z policy-branch: develop
2024-09-23T15:18:05.9798747Z token: ***
2024-09-23T15:18:05.9799182Z argvs: --is-github-app-token --disable-dependencies
2024-09-23T15:18:05.9799686Z severity: error
2024-09-23T15:18:05.9800145Z repository: nextiva-security-test/cc-server
2024-09-23T15:18:05.9800579Z ref: refs/heads/develop
2024-09-23T15:18:05.9800968Z action: break
2024-09-23T15:18:05.9801341Z retries: 240
2024-09-23T15:18:05.9801687Z env:
2024-09-23T15:18:05.9802053Z pythonLocation: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:05.9802746Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.6/x64/lib/pkgconfig
2024-09-23T15:18:05.9803395Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:05.9804087Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:05.9804673Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:05.9805213Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.6/x64/lib
2024-09-23T15:18:05.9805767Z ##[endgroup]
2024-09-23T15:18:06.0074574Z ##[group]Run echo "Running Policy as Code..."
2024-09-23T15:18:06.0075234Z [36;1mecho "Running Policy as Code..."[0m
2024-09-23T15:18:06.0076616Z [36;1mexport PYTHONPATH=/home/runner/work/_actions/advanced-security/policy-as-code/v2.9.0:/home/runner/work/_actions/advanced-security/policy-as-code/v2.9.0/vendor[0m
2024-09-23T15:18:06.0077853Z [36;1mpython3 -m ghascompliance \[0m
2024-09-23T15:18:06.0078309Z [36;1m --severity "error" \[0m
2024-09-23T15:18:06.0078730Z [36;1m --action "break" \[0m
2024-09-23T15:18:06.0079493Z [36;1m --github-token "***" \[0m
2024-09-23T15:18:06.0079892Z [36;1m --policy-repo-token "" \[0m
2024-09-23T15:18:06.0080462Z [36;1m --github-repository "nextiva-security-test/cc-server" \[0m
2024-09-23T15:18:06.0081107Z [36;1m --github-ref "refs/heads/develop" \[0m
2024-09-23T15:18:06.0081677Z [36;1m --github-policy "nextiva-security-test/cc-server" \[0m
2024-09-23T15:18:06.0082239Z [36;1m --github-policy-path ".github/pac-config.yml" \[0m
2024-09-23T15:18:06.0082827Z [36;1m --github-policy-branch "develop" \[0m
2024-09-23T15:18:06.0083296Z [36;1m --retry-count "240" \[0m
2024-09-23T15:18:06.0083831Z [36;1m --is-github-app-token --disable-dependencies[0m
2024-09-23T15:18:06.0114613Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2024-09-23T15:18:06.0115291Z env:
2024-09-23T15:18:06.0115726Z pythonLocation: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:06.0116341Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.6/x64/lib/pkgconfig
2024-09-23T15:18:06.0117049Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:06.0117844Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:06.0118448Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.6/x64
2024-09-23T15:18:06.0119109Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.6/x64/lib
2024-09-23T15:18:06.0119580Z ##[endgroup]
2024-09-23T15:18:06.0251716Z Running Policy as Code...
2024-09-23T15:18:06.0771240Z /home/runner/work/_actions/advanced-security/policy-as-code/v2.9.0/ghascompliance/__version__.py:35: SyntaxWarning: invalid escape sequence '\|'
2024-09-23T15:18:06.0775044Z """
2024-09-23T15:18:06.5330384Z INFO:root:GitHub Repository :: nextiva-security-test/cc-server
2024-09-23T15:18:06.5332087Z INFO:root:GitHub Instance :: https://github.com
2024-09-23T15:18:06.5336049Z INFO:root:GitHub Reference (branch/pr) :: refs/heads/develop
2024-09-23T15:18:06.5338190Z INFO:root:Loading Policy as Code from Repository - https://github.com/nextiva-security-test/cc-server/.github/pac-config.yml
2024-09-23T15:18:06.5339986Z INFO:root:Cloning policy repo - nextiva-security-test/cc-server@develop
2024-09-23T15:18:10.6708884Z INFO:root:Loading policy file - /tmp/repo/.github/pac-config.yml
2024-09-23T15:18:10.6724633Z INFO:root:Policy loaded successfully
2024-09-23T15:18:10.6725956Z INFO:root:Saving Policy...
2024-09-23T15:18:10.6728924Z INFO:root:Policy saved
2024-09-23T15:18:10.6730702Z INFO:root:Finished loading policy
2024-09-23T15:18:10.6731523Z INFO:root:Policy as Code Summary:
2024-09-23T15:18:10.6732377Z INFO:root:```
2024-09-23T15:18:10.6732904Z INFO:root:name: Default Policy
2024-09-23T15:18:10.6733742Z INFO:root:codescanning: 'critical'
2024-09-23T15:18:10.6734653Z INFO:root:dependabot: 'high'
2024-09-23T15:18:10.6735430Z INFO:root:licensing: 'None'
2024-09-23T15:18:10.6737440Z INFO:root:secretscanning: 'all'
2024-09-23T15:18:10.6739427Z INFO:root:general: 'error'
2024-09-23T15:18:10.6740257Z INFO:root:dependencies: 'error'
2024-09-23T15:18:10.6740922Z INFO:root:```
2024-09-23T15:18:11.4799551Z INFO:root:Total Code Scanning Alerts :: 161
2024-09-23T15:18:11.5023840Z INFO:root:Code Scanning violations :: 46
2024-09-23T15:18:12.7496908Z WARNING:root:Unable to get Dependabot alerts :: Advisory.__init__() got an unexpected keyword argument 'cvss_severities'
2024-09-23T15:18:12.7499777Z WARNING:root:Trying GraphQL API
2024-09-23T15:18:26.3693080Z ERROR:ghastoolkit.octokit:GraphQL API Status :: 502
2024-09-23T15:18:26.3698480Z 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 `E8C4:3C8052:2F45A3A:2FB71ED:66F186B7` when reporting this issue."\n }\n ]\n}\n'
2024-09-23T15:18:26.3702604Z ERROR:root:Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-09-23T15:18:26.3703852Z ERROR:root:Failed to get data from GraphQL API
2024-09-23T15:18:26.3704397Z
2024-09-23T15:18:26.3705489Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-09-23T15:18:26.3707023Z _____ _ _ ___ _____ _____ _ _
2024-09-23T15:18:26.3708320Z | __ \| | | | / _ \ / ___/ __ \ | (_)
2024-09-23T15:18:26.3709571Z | | \/| |_| |/ /_\ \\ `--.| / \/ ___ _ __ ___ _ __ | |_ __ _ _ __ ___ ___
2024-09-23T15:18:26.3710605Z | | __ | _ || _ | `--. \ | / _ \| '_ ` _ \| '_ \| | |/ _` | '_ \ / __/ _ \
2024-09-23T15:18:26.3711623Z | |_\ \| | | || | | |/\__/ / \__/\ (_) | | | | | | |_) | | | (_| | | | | (_| __/
2024-09-23T15:18:26.3712752Z \____/\_| |_/\_| |_/\____/ \____/\___/|_| |_| |_| .__/|_|_|\__,_|_| |_|\___\___|
2024-09-23T15:18:26.3713658Z | |
2024-09-23T15:18:26.3714428Z |_| v2.9.0
2024-09-23T15:18:26.3715417Z GitHub Advanced Security Policy as Code by GeekMasher
2024-09-23T15:18:26.3716017Z
2024-09-23T15:18:26.3716451Z GitHub Repository :: nextiva-security-test/cc-server
2024-09-23T15:18:26.3717311Z GitHub Instance :: https://github.com
2024-09-23T15:18:26.3718324Z GitHub Reference (branch/pr) :: refs/heads/develop
2024-09-23T15:18:26.3719790Z ##[group]Policy as Code
2024-09-23T15:18:26.3721082Z Loading Policy as Code from Repository - https://github.com/nextiva-security-test/cc-server/.github/pac-config.yml
2024-09-23T15:18:26.3722555Z Cloning policy repo - nextiva-security-test/cc-server@develop
2024-09-23T15:18:26.3723629Z Loading policy file - /tmp/repo/.github/pac-config.yml
2024-09-23T15:18:26.3724485Z Policy loaded successfully
2024-09-23T15:18:26.3725038Z Saving Policy...
2024-09-23T15:18:26.3725569Z Policy saved
2024-09-23T15:18:26.3726358Z Finished loading policy
2024-09-23T15:18:26.3726891Z Policy as Code Summary:
2024-09-23T15:18:26.3727509Z ```
2024-09-23T15:18:26.3728354Z name: Default Policy
2024-09-23T15:18:26.3729105Z codescanning: 'critical'
2024-09-23T15:18:26.3729646Z dependabot: 'high'
2024-09-23T15:18:26.3747222Z licensing: 'None'
2024-09-23T15:18:26.3748264Z secretscanning: 'all'
2024-09-23T15:18:26.3748727Z general: 'error'
2024-09-23T15:18:26.3749205Z dependencies: 'error'
2024-09-23T15:18:26.3749544Z ```
2024-09-23T15:18:26.3750198Z ##[endgroup]
2024-09-23T15:18:26.3751654Z ##[group]Code Scanning Results
2024-09-23T15:18:26.3752088Z Total Code Scanning Alerts :: 161
2024-09-23T15:18:26.3752575Z Code Scanning violations :: 46
2024-09-23T15:18:26.3753180Z ##[endgroup]
2024-09-23T15:18:26.3753777Z ##[group]Dependabot Results
2024-09-23T15:18:26.3786870Z ##[warning] Unable to get Dependabot alerts :: Advisory.__init__() got an unexpected keyword argument 'cvss_severities'
2024-09-23T15:18:26.3788952Z ##[warning] Trying GraphQL API
2024-09-23T15:18:26.3791361Z ##[error]Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-09-23T15:18:26.3792871Z ##[error]Failed to get data from GraphQL API
2024-09-23T15:18:26.3793175Z
2024-09-23T15:18:26.3793886Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-09-23T15:18:37.8069596Z ERROR:ghastoolkit.octokit:GraphQL API Status :: 502
2024-09-23T15:18:37.8071458Z ##[group]Dependency Graph Results - Licensing
2024-09-23T15:18:37.8074667Z ##[error]Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-09-23T15:18:37.8077087Z ##[error]Failed to get data from GraphQL API
2024-09-23T15:18:37.8078386Z
2024-09-23T15:18:37.8082113Z 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 `E8C5:3AA426:3CE1571:3D78BB7:66F186C3` when reporting this issue."\n }\n ]\n}\n'
2024-09-23T15:18:37.8085616Z ERROR:root:Unknown Exception was hit, please repo this to https://github.com/advanced-security/policy-as-code
2024-09-23T15:18:37.8087041Z ERROR:root:Failed to get data from GraphQL API
2024-09-23T15:18:37.8087819Z
2024-09-23T15:18:37.8089004Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-09-23T15:18:37.8091297Z For more information, see: https://docs.github.com/en/enterprise-cloud@latest/graphql/overview/about-the-graphql-api
2024-09-23T15:18:38.3728457Z INFO:root:Total Secret Scanning Alerts :: 37
2024-09-23T15:18:38.3735891Z INFO:root:Secret Scanning violations :: 37
2024-09-23T15:18:38.3738370Z INFO:root:Total unacceptable alerts :: 85
2024-09-23T15:18:38.3739739Z ERROR:root:Unacceptable Threshold of Risk has been hit!
2024-09-23T15:18:38.3741063Z ##[group]Secret Scanning Results
2024-09-23T15:18:38.3745787Z Total Secret Scanning Alerts :: 37
2024-09-23T15:18:38.3746822Z Secret Scanning violations :: 37
2024-09-23T15:18:38.3748418Z ##[endgroup]
2024-09-23T15:18:38.3749538Z ##[endgroup]
2024-09-23T15:18:38.3750564Z ##[group]Summary
2024-09-23T15:18:38.3751369Z Total unacceptable alerts :: 85
2024-09-23T15:18:38.3760503Z ##[error]Unacceptable Threshold of Risk has been hit!
2024-09-23T15:18:38.3979384Z ##[error]Process completed with exit code 1.
2024-09-23T15:18:38.4079569Z Post job cleanup.
2024-09-23T15:18:38.4832823Z [command]/usr/bin/git version
2024-09-23T15:18:38.4871752Z git version 2.46.0
2024-09-23T15:18:38.4918869Z Temporarily overriding HOME='/home/runner/work/_temp/089110bf-2934-407e-86fb-06b05c2eea49' before making global git config changes
2024-09-23T15:18:38.4921417Z Adding repository directory to the temporary git global config as a safe directory
2024-09-23T15:18:38.4923745Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/cc-server/cc-server
2024-09-23T15:18:38.4960034Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-09-23T15:18:38.4993771Z [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-09-23T15:18:38.5267575Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-09-23T15:18:38.5292685Z http.https://github.com/.extraheader
2024-09-23T15:18:38.5305696Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-09-23T15:18:38.5340577Z [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-09-23T15:18:38.5835006Z Cleaning up orphan processes```
GraphQL is not needed in our use case. We want to apply policies only to code scanning alerts and secret scanning then get a successful build job if the policies are not violated. Is there a set of recommended flags I can set in order to disable GraphQL and enable only what's needed?
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 (https://github.com/magit/forge/issues/20#issuecomment-449027721).
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.
Version
v2 (current major version)
Where are you experiencing the issue?
GitHub Actions
Relevant log output
Code of Conduct