cbd5b645f1
* Added Cloudrail according to instructions and existing examples
* Adding Cloudrail according to documentation and examples
* Oops
* Add original Fortify on Demand workflow
* Update Fortify on Demand workflow
* Update Fortify on Demand supported languages
* Add 3rd-party GitHub Actions disclaimer
* Sysdig Secure Inline Scan with SARIF report to starter workflows
* Added some extra comments, Github Actions V2 and changed env vars
* Reviews from PR #1110
* Adding 'Dockerfile' to category list
* Update according to PR review comments
* File renames as requested in PR comments
* Revert "Azure Data Factory CI starter workflow (#1111)" (#1146)
This reverts commit 7f30309cce.
* use env variables for user-set values (#1117)
Co-authored-by: Josh Gross <joshmgross@github.com>
* Apply suggestions from nickfyson's code review
Co-authored-by: Nick Fyson <nickfyson@github.com>
* removing "deployment" templates from sync-ghes (#1127)
* Update code-scanning/properties/sysdig-scan.properties.json
Co-authored-by: Nick Fyson <nickfyson@github.com>
* Update code-scanning/properties/sysdig-scan.properties.json
Co-authored-by: Nick Fyson <nickfyson@github.com>
* Changed svg logo
* Rename sysdig.svg to sysdig-scan.svg
* Switched svg logo (again) for a better fit
* Rename fortify.json to fortify.properties.json
Co-authored-by: Yoni Leitersdorf <y@indeni.com>
Co-authored-by: Ruud Senden <ruud.senden@microfocus.com>
Co-authored-by: Ruud Senden <8635138+rsenden@users.noreply.github.com>
Co-authored-by: Manuel Boira Cuevas <manuel.boira@MacBook-Pro.local>
Co-authored-by: manuelbcd <manuel.boira@sysdig.com>
Co-authored-by: Nick Fyson <nickfyson@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Josh Gross <joshmgross@github.com>
Co-authored-by: Aparna Ravindra <82894348+aparna-ravindra@users.noreply.github.com>
Co-authored-by: manuelbcd <manuelbcd@gmail.com>
33 lines
669 B
JSON
33 lines
669 B
JSON
{
|
|
"folders": [
|
|
"../../ci",
|
|
"../../automation",
|
|
"../../code-scanning"
|
|
],
|
|
"enabledActions": [
|
|
"actions/checkout",
|
|
"actions/create-release",
|
|
"actions/delete-package-versions",
|
|
"actions/download-artifact",
|
|
"actions/setup-dotnet",
|
|
"actions/setup-go",
|
|
"actions/setup-java",
|
|
"actions/setup-node",
|
|
"actions/stale",
|
|
"actions/starter-workflows",
|
|
"actions/upload-artifact",
|
|
"actions/upload-release-asset",
|
|
"github/codeql-action"
|
|
],
|
|
"partners": [
|
|
"Alibaba Cloud",
|
|
"Amazon Web Services",
|
|
"Microsoft Azure",
|
|
"Google Cloud",
|
|
"IBM",
|
|
"Red Hat",
|
|
"Tencent Cloud",
|
|
"HashiCorp"
|
|
]
|
|
}
|