actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.6k stars 5.09k forks source link

Enhanced Starter Workflow for Synopsys Action #2300

Open sadmananik opened 4 months ago

sadmananik commented 4 months ago

Pre-requisites


Please note that at this time we are only accepting new starter workflows for Code Scanning. Updates to existing starter workflows are fine.


Tasks

For all workflows, the workflow:

For CI workflows, the workflow:

For Code Scanning workflows, the workflow:

Some general notes:

sadmananik commented 4 months ago

Hi @alexisabril, Can you please review this PR? Thanks.

sadmananik commented 4 months ago

Hi @sadmananik,

What is the purpose for changing this workflow from secrets to vars? This would lose any security protection naturally offered in the secrets context.

@alexisabril URL inputs should be “vars” instead of “secrets” so that the links displayed in the console output are usable. As secrets the URL part is masked rendering the link invalid. URL's are not security concerns in this scenario. Hope it helps.

sadmananik commented 4 months ago

Hi @alexisabril,

If there are no other concerns with this PR, could you please merge it? Our customers are eagerly awaiting this change. Your assistance would be greatly appreciated.

Thanks.

sadmananik commented 4 months ago

Hi @@alexisabril,

Any update on this?