Albert Tregnaghi

Results 212 comments of Albert Tregnaghi

> The context has two `authentication` (and `sessionManagement`) objects, the one defined later is the one applied/used. OMG... :facepalm: I am such a... copy waster... I just copied from documentation,...

A warning for duplicated properties would be nice - as mentioned by the title change

@fty4 : First of all: Thank you for the contribution. Currently I am extremely refactoring the complete github action (more scan types, provide an integration test to run/test it at...

With #2441 / PR #2448 there will be multiple changes done for the SecHub github action implementation. Maybe It is possible to implement your feature request after this has been...

I think we need here more explicit definitions what exactly is wanted. I will start here a list of parameters which are repsonsible for potential timeouts: - [ ] PDSDefaultParameterKeyConstants...

# Analyze ## Test workflow Created a SecHub github workflow like this: ```yaml name: Test (de-jcup) - SecHub code scan on: # enable manual triggering of workflow workflow_dispatch: jobs: sechub-scan:...

Writing directly to the file with correct content did NOT solve the problem. The outputs were still empty. Reading https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ > To avoid untrusted logged data to use save-stateand set-output...

IMO this is a bug in GitHub and I created https://github.com/actions/toolkit/issues/1906 Because we do not know when/if this will be fixed, we decided to switch to environment variables instead! For...

Remark: The changes (environment variables instead of outputs) will be available when the GitHub action has been released.

This is a duplicate of #4087 - will close this one.