Add Debricked starter workflow
Pre-requisites
- [x] Prior to submitting a new workflow, please apply to join the GitHub Technology Partner Program: partner.github.com/apply.
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:
- [x] Should be contained in a
.ymlfile with the language or platform as its filename, in lower, kebab-cased format (for example,docker-image.yml). Special characters should be removed or replaced with words as appropriate (for example, "dotnet" instead of ".NET"). - [x] Should use sentence case for the names of workflows and steps (for example, "Run tests").
- [x] Should be named only by the name of the language or platform (for example, "Go", not "Go CI" or "Go Build").
- [x] Should include comments in the workflow for any parts that are not obvious or could use clarification.
- [x] Should specify least privileged permissions for
GITHUB_TOKENso that the workflow runs successfully.
For Code Scanning workflows, the workflow:
- [x] Should be preserved under the
code-scanningdirectory. - [x] Should include a matching
code-scanning/properties/*.properties.jsonfile (for example,code-scanning/properties/codeql.properties.json), with properties set as follows:- [x]
name: Name of the Code Scanning integration. - [x]
creator: Name of the organization/user producing the Code Scanning integration. - [x]
description: Short description of the Code Scanning integration. - [x]
categories: Array of languages supported by the Code Scanning integration. - [x]
iconName: Name of the SVG logo representing the Code Scanning integration. This SVG logo must be present in theiconsdirectory.
- [x]
- [x] Should run on
pushtobranches: [ $default-branch, $protected-branches ]andpull_requesttobranches: [ $default-branch ]. We also recommend ascheduletrigger ofcron: $cron-weekly(for example,codeql.yml).
@alexisabril I've noticed that you merged this PR https://github.com/actions/starter-workflows/pull/2234. Could you please advise what should be done to get this one merged as well?
Hi @4ernovm,
Thank you for the PR! I've added a few notes below, but I'm also looking to verify you as a TPP member. You checked the box that an application has been submitted, but I'm not seeing OpenText. Would you confirm if this application has been submitted and under which name?
Hello @alexisabril, thanks for the response. Our TPP membership is through Fortify/Micro Focus, which is still a legal entity under OpenText ownership. Would it be possible to somehow connect the TPP membership of Fortify/Micro Focus with OpenText? Also, if you have time, we have another workflow in this PR which needs a review as well, if you have the time: https://github.com/actions/starter-workflows/pull/2245. Thanks!
@4ernovm, would you email our team at [email protected] to verify your TPP membership? I want to make sure I identify the correct company and perhaps take this conversation outside of this issue.
This pull request has become stale and will be closed automatically within a period of time. Sorry about that.