'Project not found' during PR analysis

I am getting the same issue.

It was working earlier today. We have not changed anything in SonarCloud or even our pipeline setup

This is only happening during Pull Requests.

Using Azure Devops as the provider.

##[error]ERROR: Error during SonarScanner execution
ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator
ERROR:
ERROR: Error during SonarScanner execution
ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator
ERROR: 
##[error]The SonarScanner did not complete successfully
The SonarScanner did not complete successfully

Interestingly when we prepare/begin the scan it mentions that it cannot find the master branch for the project, not sure if that’s related.

19:05:04.611  Processing pull request with base branch 'master'.
19:05:04.631  Downloading from https://sonarcloud.io/api/analysis_cache/get?project=projectName&branch=master failed. Http status code is NotFound.
19:05:04.632  Cache data is not available. Incremental PR analysis is disabled.

Again this was working fine a few hours ago and now consistently failing

Just to confirm, we are passing the projectKey and organization properties. It has been working fine for months

Hi @tidusjar,

Welcome to the community!

As I told the OP, this is most likely a problem with your SONAR_TOKEN. Try generating and using a new one.

 
Ann

Thanks,

Does the SONAR_TOKEN expire?

Also how does that explain that it’s working fine in non-pull request builds?

Hi,

I’ve split your posts into a new thread since this is more than just a ‘me too’.

No, but it can be revoked. Perhaps the owner did?

What’s the timing on this? Hvae you had a non-PR-analysis succeed after PRs started failing?

 
Ann

No one revoked it.

I just ran a master build now and it worked.
I also just ran a PR build and it failed.

Here is the diff

PR Build:

SonarScanner for MSBuild 5.10
Using the .NET Core version of the Scanner for MSBuild
Post-processing started.
Calling the SonarScanner CLI...
INFO: Scanner configuration file: /home/vsts/work/_tasks/SonarCloudPrepare_14d9cde6-c1da-4d55-aa01-2965cd301255/1.32.0/dotnet-sonar-scanner-msbuild/sonar-scanner-4.8.0.2856/conf/sonar-scanner.properties
INFO: Project root configuration file: /home/vsts/work/1/.sonarqube/out/sonar-project.properties
INFO: SonarScanner 4.8.0.2856
INFO: Java 11.0.17 Eclipse Adoptium (64-bit)
INFO: Linux 5.15.0-1031-azure amd64
INFO: User cache: /home/vsts/.sonar/cache
INFO: Analyzing on SonarCloud
INFO: Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent)
INFO: Load global settings
INFO: Load global settings (done) | time=175ms
INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
INFO: User cache: /home/vsts/.sonar/cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=164ms
INFO: Load/download plugins (done) | time=11584ms
INFO: Loaded core extensions: developer-scanner
INFO: Found an active CI vendor: 'Azure DevOps'
INFO: Load project settings for component key: 'PROJECTNAME'
INFO: Load project settings for component key: 'PROJECTNAME' (done) | time=133ms
INFO: Process project properties
INFO: Execute project builders
INFO: Execute project builders (done) | time=50ms
INFO: Project key: PROJECTNAME
INFO: Base dir: /home/vsts/work/1/s
INFO: Working dir: /home/vsts/work/1/.sonarqube/out/.sonar
INFO: Load project branches
INFO: Load project branches (done) | time=149ms
INFO: Check ALM binding of project 'PROJECTNAME'
INFO: Detected project binding: BOUND
INFO: Check ALM binding of project 'PROJECTNAME' (done) | time=134ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=347ms
INFO: Load branch configuration
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 17.064s
INFO: Final Memory: 19M/67M
INFO: ------------------------------------------------------------------------
##[error]ERROR: Error during SonarScanner execution
ERROR: Error during SonarScanner execution
##[error]ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator
ERROR:
ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator
ERROR: 
##[error]The SonarScanner did not complete successfully
The SonarScanner did not complete successfully
##[error]16:21:35.872  Post-processing failed. Exit code: 1

Master build finds the branch fine (Branch is master) and will succeeed


INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
INFO: User cache: /home/vsts/.sonar/cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=171ms
INFO: Load/download plugins (done) | time=7071ms
INFO: Loaded core extensions: developer-scanner
INFO: Found an active CI vendor: 'Azure DevOps'
INFO: Load project settings for component key: 'PROJECTNAME'
INFO: Load project settings for component key: 'PROJECTNAME' (done) | time=132ms
INFO: Process project properties
INFO: Execute project builders
INFO: Execute project builders (done) | time=48ms
INFO: Project key: PROJECTNAME
INFO: Base dir: /home/vsts/work/1/s
INFO: Working dir: /home/vsts/work/1/.sonarqube/out/.sonar
INFO: Load project branches
INFO: Load project branches (done) | time=147ms
INFO: Check ALM binding of project 'PROJECTNAME'
INFO: Detected project binding: BOUND
INFO: Check ALM binding of project 'PROJECTNAME' (done) | time=117ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=227ms
INFO: Load branch configuration
INFO: Load branch configuration (done) | time=10ms
... 

This is also against multiple projects we have in SonarCloud

Hi,

Do PRs and branches use the same pipeline? That injects the same token? In the same way?

 
Ann

This could be an issue with token generated for sonarcloud , if the token is missing developer role then merge request can have this issue

1 Like
Hi, 
    Ann, I'm getting the same issue. Even though I have verified that the project key, organization key, and token are accurate. please see the logs. could you please assist me how can I resolve this issue?
INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties

[9](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:10)INFO: Project root configuration file: /github/workspace/sonar-project.properties

[10](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:11)INFO: SonarScanner 5.0.1.3006

[11](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:12)INFO: Java 17.0.8 Alpine (64-bit)

[12](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:13)INFO: Linux 6.2.0-1019-azure amd64

[13](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:14)INFO: User cache: /opt/sonar-scanner/.sonar/cache

[14](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:15)INFO: Analyzing on SonarCloud

[15](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:16)INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)

[16](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:17)INFO: Load global settings

[17](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:18)INFO: Load global settings (done) | time=414ms

[18](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:19)INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu

[19](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:20)INFO: User cache: /opt/sonar-scanner/.sonar/cache

[20](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:21)INFO: Loading required plugins

[21](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:22)INFO: Load plugins index

[22](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:23)INFO: Load plugins index (done) | time=400ms

[23](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:24)INFO: Load/download plugins

[24](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:25)INFO: Load/download plugins (done) | time=1394ms

[25](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:26)INFO: Found an active CI vendor: 'Github Actions'

[26](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:27)INFO: Load project settings for component key: 'Project-key'

[27](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:28)INFO: Load project settings for component key: 'Project-key' (done) | time=363ms

[28](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:29)INFO: Process project properties

[29](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:30)INFO: Project key: Project-key

[30](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:31)INFO: Base dir: /github/workspace

[31](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:32)INFO: Working dir: /github/workspace/.scannerwork

[32](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:33)INFO: Load project branches

[33](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:34)INFO: Load project branches (done) | time=378ms

[34](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:35)INFO: Check ALM binding of project 'Project-key'

[35](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:36)INFO: Detected project binding: BOUND

[36](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:37)INFO: Check ALM binding of project 'Project-key'' (done) | time=373ms

[37](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:38)INFO: Load project pull requests

[38](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:39)INFO: Load project pull requests (done) | time=359ms

[39](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:40)INFO: Load branch configuration

[40](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:41)INFO: Github event: pull_request

[41](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:42)INFO: Auto-configuring pull request 81

[42](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:43)INFO: Load branch configuration (done) | time=916ms

[43](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:44)INFO: Load quality profiles

[44](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:45)INFO: Load quality profiles (done) | time=415ms

[45](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:46)INFO: Load active rules

[46](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:47)INFO: Load active rules (done) | time=6005ms

[47](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:48)INFO: Organization key: org-key

[48](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:49)INFO: Pull request 81 for merge into main from sonar-cloud-decorate-fixes

[49](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:50)INFO: Preprocessing files...

[50](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:51)INFO: 4 languages detected in 106 preprocessed files

[51](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:52)INFO: 0 files ignored because of inclusion/exclusion patterns

[52](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:53)INFO: 40953 files ignored because of scm ignore settings

[53](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:54)INFO: Loading plugins for detected languages

[54](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:55)INFO: Load/download plugins

[55](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:56)INFO: Load/download plugins (done) | time=1066ms

[56](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:57)INFO: Load project repositories

[57](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:58)INFO: Load project repositories (done) | time=349ms

[58](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:59)INFO: SCM collecting changed files in the branch

[59](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:60)INFO: SCM collecting changed files in the branch (done) | time=187ms

[60](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:61)INFO: Indexing files...

[61](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:62)INFO: Project configuration:

[62](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:63)INFO: Excluded sources: **/build-wrapper-dump.json

[63](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:64)INFO: 106 files indexed

[64](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:65)INFO: Quality profile for docker: Sonar way

[65](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:66)INFO: Quality profile for json: Sonar way

[66](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:67)INFO: Quality profile for ts: Sonar way

[67](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:68)INFO: Quality profile for yaml: Sonar way

[68](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:69)INFO: ------------- Run sensors on module Hero-Life-Insurance_obf-be

[69](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:70)INFO: Load metrics repository

[70](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:71)INFO: Load metrics repository (done) | time=367ms

[71](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:72)INFO: Sensor cache enabled

[72](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:73)INFO: Load sensor cache

[73](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:74)WARN: Failed to prepare download of the sensor cache

[74](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:75)INFO: Load sensor cache (404) | time=147ms

[75](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:76)INFO: Sensor JaCoCo XML Report Importer [jacoco]

[76](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:77)INFO: 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml

[77](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:78)INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer

[78](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:79)INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms

[79](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:80)INFO: Sensor IaC CloudFormation Sensor [iac]

[80](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:81)INFO: 0 source files to be analyzed

[81](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:82)INFO: 0/0 source files have been analyzed

[82](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:83)INFO: Sensor IaC CloudFormation Sensor [iac] (done) | time=90ms

[83](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:84)INFO: Sensor IaC Kubernetes Sensor [iac]

[84](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:85)INFO: 0 source files to be analyzed

[85](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:86)INFO: 0/0 source files have been analyzed

[86](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:87)INFO: Sensor IaC Kubernetes Sensor [iac] (done) | time=105ms

[87](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:88)INFO: Sensor IaC AzureResourceManager Sensor [iac]

[88](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:89)INFO: Sensor IaC AzureResourceManager Sensor is restricted to changed files only

[89](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:90)INFO: 0 source files to be analyzed

[90](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:91)INFO: 0/0 source files have been analyzed

[91](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:92)INFO: Sensor IaC AzureResourceManager Sensor [iac] (done) | time=165ms

[92](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:93)INFO: Sensor TextAndSecretsSensor [text]

[93](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:94)INFO: Sensor TextAndSecretsSensor is restricted to changed files only

[94](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:95)INFO: 7 source files to be analyzed

[95](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:96)INFO: 7/7 source files have been analyzed

[96](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:97)INFO: Sensor TextAndSecretsSensor [text] (done) | time=800ms

[97](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:98)INFO: Sensor JavaScript/TypeScript analysis [javascript]

[98](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:99)INFO: Detected os: Linux arch: amd64 alpine: true. Platform: UNSUPPORTED

[99](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:100)INFO: Using Node.js executable: 'node'.

[100](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:101)INFO: Memory configuration: OS (6921 MB), Node.js (2096 MB).

[101](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:102)INFO: Found 1 tsconfig.json file(s): [/github/workspace/tsconfig.json]

[102](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:103)INFO: Creating TypeScript program

[103](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:104)INFO: TypeScript configuration file /github/workspace/tsconfig.json

[104](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:105)INFO: 93 source files to be analyzed

[105](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:106)INFO: Creating TypeScript program (done) | time=6240ms

[106](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:107)INFO: Starting analysis with current program

[107](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:108)INFO: 11/93 files analyzed, current file: /github/workspace/src/age/age.model.ts

[108](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:109)INFO: Analyzed 93 file(s) with current program

[109](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:110)INFO: 93/93 source files have been analyzed

[110](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:111)INFO: Hit the cache for 0 out of 93

[111](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:112)INFO: Miss the cache for 93 out of 93: FILE_CHANGED [93/93]

[112](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:113)INFO: Sensor JavaScript/TypeScript analysis [javascript] (done) | time=26748ms

[113](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:114)INFO: Sensor JavaScript inside YAML analysis [javascript]

[114](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:115)INFO: No input files found for analysis

[115](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:116)INFO: Hit the cache for 0 out of 0

[116](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:117)INFO: Miss the cache for 0 out of 0

[117](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:118)INFO: Sensor JavaScript inside YAML analysis [javascript] (done) | time=8ms

[118](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:119)INFO: Sensor CSS Rules [javascript]

[119](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:120)INFO: Sensor CSS Rules is restricted to changed files only

[120](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:121)INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.

[121](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:122)INFO: Sensor CSS Rules [javascript] (done) | time=3ms

[122](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:123)INFO: Sensor IaC Docker Sensor [iac]

[123](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:124)INFO: Sensor IaC Docker Sensor is restricted to changed files only

[124](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:125)INFO: 0 source files to be analyzed

[125](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:126)INFO: 0/0 source files have been analyzed

[126](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:127)INFO: Sensor IaC Docker Sensor [iac] (done) | time=56ms

[127](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:128)INFO: Sensor Serverless configuration file sensor [security]

[128](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:129)INFO: 0 Serverless function entries were found in the project

[129](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:130)INFO: 0 Serverless function handlers were kept as entrypoints

[130](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:131)INFO: Sensor Serverless configuration file sensor [security] (done) | time=6ms

[131](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:132)INFO: Sensor AWS SAM template file sensor [security]

[132](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:133)INFO: Sensor AWS SAM template file sensor [security] (done) | time=2ms

[133](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:134)INFO: Sensor AWS SAM Inline template file sensor [security]

[134](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:135)INFO: Sensor AWS SAM Inline template file sensor [security] (done) | time=2ms

[135](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:136)INFO: Sensor JavaSecuritySensor [security]

[136](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:137)INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549

[137](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:138)INFO: Load type hierarchy and UCFGs: Starting

[138](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:139)INFO: Load type hierarchy: Starting

[139](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:140)INFO: Reading type hierarchy from: /github/workspace/.scannerwork/ucfg2/java

[140](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:141)INFO: Read 0 type definitions

[141](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:142)INFO: Load type hierarchy: Time spent was 00:00:00.003

[142](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:143)INFO: Load UCFGs: Starting

[143](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:144)INFO: Load UCFGs: Time spent was 00:00:00.000

[144](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:145)INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.004

[145](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:146)INFO: No UCFGs have been included for analysis.

[146](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:147)INFO: java security sensor: Time spent was 00:00:00.008

[147](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:148)INFO: Sensor JavaSecuritySensor [security] (done) | time=22ms

[148](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:149)INFO: Sensor CSharpSecuritySensor [security]

[149](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:150)INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641

[150](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:151)INFO: Load type hierarchy and UCFGs: Starting

[151](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:152)INFO: Load type hierarchy: Starting

[152](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:153)INFO: Reading type hierarchy from: /github/workspace/ucfg2/cs

[153](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:154)INFO: Read 0 type definitions

[154](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:155)INFO: Load type hierarchy: Time spent was 00:00:00.000

[155](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:156)INFO: Load UCFGs: Starting

[156](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:157)INFO: Load UCFGs: Time spent was 00:00:00.000

[157](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:158)INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000

[158](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:159)INFO: No UCFGs have been included for analysis.

[159](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:160)INFO: csharp security sensor: Time spent was 00:00:00.001

[160](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:161)INFO: Sensor CSharpSecuritySensor [security] (done) | time=1ms

[161](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:162)INFO: Sensor PhpSecuritySensor [security]

[162](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:163)INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350

[163](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:164)INFO: Load type hierarchy and UCFGs: Starting

[164](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:165)INFO: Load type hierarchy: Starting

[165](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:166)INFO: Reading type hierarchy from: /github/workspace/.scannerwork/ucfg2/php

[166](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:167)INFO: Read 0 type definitions

[167](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:168)INFO: Load type hierarchy: Time spent was 00:00:00.000

[168](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:169)INFO: Load UCFGs: Starting

[169](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:170)INFO: Load UCFGs: Time spent was 00:00:00.000

[170](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:171)INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.000

[171](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:172)INFO: No UCFGs have been included for analysis.

[172](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:173)INFO: php security sensor: Time spent was 00:00:00.000

[173](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:174)INFO: Sensor PhpSecuritySensor [security] (done) | time=1ms

[174](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:175)INFO: Sensor PythonSecuritySensor [security]

[175](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:176)INFO: Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839

[176](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:177)INFO: Load type hierarchy and UCFGs: Starting

[177](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:178)INFO: Load type hierarchy: Starting

[178](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:179)INFO: Reading type hierarchy from: /github/workspace/.scannerwork/ucfg2/python

[179](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:180)INFO: Read 0 type definitions

[180](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:181)INFO: Load type hierarchy: Time spent was 00:00:00.000

[181](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:182)INFO: Load UCFGs: Starting

[182](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:183)INFO: Load UCFGs: Time spent was 00:00:00.000

[183](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:184)INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.002

[184](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:185)INFO: No UCFGs have been included for analysis.

[185](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:186)INFO: python security sensor: Time spent was 00:00:00.002

[186](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:187)INFO: Sensor PythonSecuritySensor [security] (done) | time=8ms

[187](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:188)INFO: Sensor JsSecuritySensor [security]

[188](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:189)INFO: Enabled taint analysis rules: S5147, S6287, S6096, S5131, S5696, S5146, S2631, S2076, S5144, S6105, S5883, S2083, S6350, S5334, S3649

[189](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:190)INFO: Load type hierarchy and UCFGs: Starting

[190](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:191)INFO: Load type hierarchy: Starting

[191](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:192)INFO: Reading type hierarchy from: /github/workspace/.scannerwork/ucfg2/js

[192](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:193)INFO: Read 0 type definitions

[193](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:194)INFO: Load type hierarchy: Time spent was 00:00:00.004

[194](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:195)INFO: Load UCFGs: Starting

[195](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:196)INFO: Reading UCFGs from: /github/workspace/.scannerwork/ucfg2/js

[196](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:197)INFO: Load UCFGs: Time spent was 00:00:00.659

[197](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:198)INFO: Load type hierarchy and UCFGs: Time spent was 00:00:00.664

[198](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:199)INFO: Analyzing 565 UCFGs to detect vulnerabilities.

[199](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:200)INFO: Check cache: Starting

[200](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:201)INFO: Load cache: Starting

[201](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:202)INFO: Load cache: Time spent was 00:00:00.000

[202](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:203)INFO: Check cache: Time spent was 00:00:00.000

[203](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:204)INFO: Create runtime call graph: Starting

[204](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:205)INFO: Variable Type Analysis #1: Starting

[205](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:206)INFO: Create runtime type propagation graph: Starting

[206](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:207)INFO: Create runtime type propagation graph: Time spent was 00:00:00.055

[207](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:208)INFO: Run SCC (Tarjan) on 2953 nodes: Starting

[208](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:209)INFO: Run SCC (Tarjan) on 2953 nodes: Time spent was 00:00:00.009

[209](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:210)INFO: Tarjan found 2953 strongly connected components

[210](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:211)INFO: Propagate runtime types to strongly connected components: Starting

[211](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:212)INFO: Propagate runtime types to strongly connected components: Time spent was 00:00:00.016

[212](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:213)INFO: Variable Type Analysis #1: Time spent was 00:00:00.084

[213](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:214)INFO: Variable Type Analysis #2: Starting

[214](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:215)INFO: Create runtime type propagation graph: Starting

[215](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:216)INFO: Create runtime type propagation graph: Time spent was 00:00:00.052

[216](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:217)INFO: Run SCC (Tarjan) on 2953 nodes: Starting

[217](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:218)INFO: Run SCC (Tarjan) on 2953 nodes: Time spent was 00:00:00.003

[218](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:219)INFO: Tarjan found 2953 strongly connected components

[219](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:220)INFO: Propagate runtime types to strongly connected components: Starting

[220](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:221)INFO: Propagate runtime types to strongly connected components: Time spent was 00:00:00.008

[221](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:222)INFO: Variable Type Analysis #2: Time spent was 00:00:00.064

[222](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:223)INFO: Create runtime call graph: Time spent was 00:00:00.153

[223](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:224)INFO: Load config: Starting

[224](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:225)INFO: Load config: Time spent was 00:00:00.118

[225](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:226)INFO: Compute entry points: Starting

[226](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:227)INFO: Compute entry points: Time spent was 00:00:00.238

[227](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:228)INFO: All rules entry points : 94

[228](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:229)INFO: Slice call graph: Starting

[229](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:230)INFO: Slice call graph: Time spent was 00:00:00.000

[230](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:231)INFO: Live variable analysis: Starting

[231](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:232)INFO: Live variable analysis: Time spent was 00:00:00.149

[232](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:233)INFO: Taint analysis for js: Starting

[233](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:234)INFO: 0 / 565 UCFGs simulated, memory usage: 84 MB

[234](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:235)INFO: 96 / 565 UCFGs simulated, memory usage: 140 MB

[235](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:236)INFO: Taint analysis for js: Time spent was 00:00:01.949

[236](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:237)INFO: Report issues: Starting

[237](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:238)INFO: Report issues: Time spent was 00:00:00.007

[238](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:239)INFO: Store cache: Starting

[239](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:240)INFO: Store cache: Time spent was 00:00:00.000

[240](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:241)INFO: js security sensor: Time spent was 00:00:03.291

[241](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:242)INFO: js security sensor: Begin: 2024-02-09T05:53:37.377876021Z, End: 2024-02-09T05:53:40.669696993Z, Duration: 00:00:03.291

[242](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:243) Load type hierarchy and UCFGs: Begin: 2024-02-09T05:53:37.378910331Z, End: 2024-02-09T05:53:38.043862430Z, Duration: 00:00:00.664

[243](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:244) Load type hierarchy: Begin: 2024-02-09T05:53:37.379019632Z, End: 2024-02-09T05:53:37.383807579Z, Duration: 00:00:00.004

[244](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:245) Load UCFGs: Begin: 2024-02-09T05:53:37.384615587Z, End: 2024-02-09T05:53:38.043635928Z, Duration: 00:00:00.659

[245](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:246) Check cache: Begin: 2024-02-09T05:53:38.044028032Z, End: 2024-02-09T05:53:38.044897340Z, Duration: 00:00:00.000

[246](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:247) Load cache: Begin: 2024-02-09T05:53:38.044062432Z, End: 2024-02-09T05:53:38.044310634Z, Duration: 00:00:00.000

[247](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:248) Create runtime call graph: Begin: 2024-02-09T05:53:38.045000941Z, End: 2024-02-09T05:53:38.198200738Z, Duration: 00:00:00.153

[248](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:249) Variable Type Analysis #1: Begin: 2024-02-09T05:53:38.045982851Z, End: 2024-02-09T05:53:38.130023572Z, Duration: 00:00:00.084

[249](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:250) Create runtime type propagation graph: Begin: 2024-02-09T05:53:38.047189163Z, End: 2024-02-09T05:53:38.102200Z, Duration: 00:00:00.055

[250](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:251) Run SCC (Tarjan) on 2953 nodes: Begin: 2024-02-09T05:53:38.103698115Z, End: 2024-02-09T05:53:38.113356309Z, Duration: 00:00:00.009

[251](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:252) Propagate runtime types to strongly connected components: Begin: 2024-02-09T05:53:38.113587711Z, End: 2024-02-09T05:53:38.129862171Z, Duration: 00:00:00.016

[252](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:253) Variable Type Analysis #2: Begin: 2024-02-09T05:53:38.131955591Z, End: 2024-02-09T05:53:38.196294320Z, Duration: 00:00:00.064

[253](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:254) Create runtime type propagation graph: Begin: 2024-02-09T05:53:38.132033792Z, End: 2024-02-09T05:53:38.184160001Z, Duration: 00:00:00.052

[254](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:255) Run SCC (Tarjan) on 2953 nodes: Begin: 2024-02-09T05:53:38.184408604Z, End: 2024-02-09T05:53:38.187588535Z, Duration: 00:00:00.003

[255](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:256) Propagate runtime types to strongly connected components: Begin: 2024-02-09T05:53:38.187711636Z, End: 2024-02-09T05:53:38.196127618Z, Duration: 00:00:00.008

[256](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:257) Load config: Begin: 2024-02-09T05:53:38.198318540Z, End: 2024-02-09T05:53:38.317160701Z, Duration: 00:00:00.118

[257](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:258) Compute entry points: Begin: 2024-02-09T05:53:38.318249012Z, End: 2024-02-09T05:53:38.556720642Z, Duration: 00:00:00.238

[258](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:259) Slice call graph: Begin: 2024-02-09T05:53:38.558386259Z, End: 2024-02-09T05:53:38.558924564Z, Duration: 00:00:00.000

[259](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:260) Live variable analysis: Begin: 2024-02-09T05:53:38.559575470Z, End: 2024-02-09T05:53:38.709225433Z, Duration: 00:00:00.149

[260](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:261) Taint analysis for js: Begin: 2024-02-09T05:53:38.710574246Z, End: 2024-02-09T05:53:40.659898597Z, Duration: 00:00:01.949

[261](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:262) Report issues: Begin: 2024-02-09T05:53:40.660006598Z, End: 2024-02-09T05:53:40.667548772Z, Duration: 00:00:00.007

[262](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:263) Store cache: Begin: 2024-02-09T05:53:40.668299580Z, End: 2024-02-09T05:53:40.668946386Z, Duration: 00:00:00.000

[263](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:264)INFO: js security sensor peak memory: 194 MB

[264](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:265)INFO: Sensor JsSecuritySensor [security] (done) | time=3301ms

[265](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:266)INFO: ------------- Run sensors on project

[266](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:267)INFO: Sensor Zero Coverage Sensor

[267](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:268)INFO: Sensor Zero Coverage Sensor (done) | time=18ms

[268](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:269)INFO: SCM Publisher SCM provider for this project is: git

[269](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:270)INFO: SCM Publisher 7 source files to be analyzed

[270](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:271)INFO: SCM Publisher 7/7 source files have been analyzed (done) | time=140ms

[271](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:272)INFO: CPD Executor 27 files had no CPD blocks

[272](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:273)INFO: CPD Executor Calculating CPD for 66 files

[273](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:274)INFO: CPD Executor CPD calculation finished (done) | time=51ms

[274](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:275)INFO: SCM writing changed lines

[275](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:276)WARN: File '/github/workspace/src/stripe.config.ts' was detected as changed but without having changed lines

[276](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:277)WARN: File '/github/workspace/src/main.ts' was detected as changed but without having changed lines

[277](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:278)INFO: SCM writing changed lines (done) | time=80ms

[278](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:279)INFO: Analysis report generated in 238ms, dir size=299 KB

[279](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:280)INFO: Analysis report compressed in 134ms, zip size=121 KB

[280](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:281)INFO: ------------------------------------------------------------------------

[281](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:282)INFO: EXECUTION FAILURE

[282](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:283)INFO: ------------------------------------------------------------------------

[283](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:284)INFO: Total time: 1:00.910s

[284](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:285)INFO: Final Memory: 60M/191M

[285](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:286)INFO: ------------------------------------------------------------------------

[286](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:287)ERROR: Error during SonarScanner execution

**[287](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:288)ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator**

[288](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:289)ERROR:

[289](https://github.com/Hero-Life-Insurance/obf-be/actions/runs/7840183810/job/21394368873#step:6:290)ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.

Hi @Muhammad_Arslan,

Please create a new thread with all your details.

 
Thx,
Ann