Skip to content

ci: refactor GHA to use fly cli (#60) #140

ci: refactor GHA to use fly cli (#60)

ci: refactor GHA to use fly cli (#60) #140

Triggered via push May 18, 2024 12:42
Status Success
Total duration 2m 51s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Core.CallMyTrade/Options/CallMyTradeOptionsValidator.cs#L30
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/CallMyTrade.Api/Program.cs#L137
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build: src/CallMyTrade.Api/Middleware/ProtectEndpointMiddleware.cs#L15
Make sure using this hardcoded IP address '52.89.214.238' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
build: src/CallMyTrade.Api/Middleware/ProtectEndpointMiddleware.cs#L16
Make sure using this hardcoded IP address '34.212.75.30' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
build: src/CallMyTrade.Api/Middleware/ProtectEndpointMiddleware.cs#L17
Make sure using this hardcoded IP address '54.218.53.128' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
build: src/CallMyTrade.Api/Middleware/ProtectEndpointMiddleware.cs#L18
Make sure using this hardcoded IP address '52.32.178.7' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
build: src/CallMyTrade.Api/Middleware/IsCallMyTradeEnabledMiddleware.cs#L24
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
build: src/CallMyTrade.Api/Middleware/ContentTypeValidationMiddleware.cs#L20
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
build: src/CallMyTrade.Api/Middleware/ProtectEndpointMiddleware.cs#L35
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
build: src/CallMyTrade.Api/Controllers/TradingViewController.cs#L11
Change the paths of the actions of this controller to be relative and add a controller route with the common prefix. (https://rules.sonarsource.com/csharp/RSPEC-6931)