Add Debricked starter workflow (#2107)
* Add Debricked starter workflow * Add permissions section * Remove schedule * Fix review comments --------- Co-authored-by: Alexis Abril <[email protected]>
This commit is contained in:
co-authored by
Alexis Abril
parent
af1bbdc430
commit
83b6e98d43
@@ -0,0 +1,43 @@
|
|||||||
|
# This workflow uses actions that are not certified by GitHub.
|
||||||
|
# They are provided by a third-party and are governed by
|
||||||
|
# separate terms of service, privacy policy, and support
|
||||||
|
# documentation.
|
||||||
|
|
||||||
|
#####################################################################################################################################################################
|
||||||
|
# Use this workflow template as a basis for integrating Debricked into your GitHub workflows. #
|
||||||
|
# #
|
||||||
|
# If you need additional assistance with configuration feel free to contact us via chat or email at [email protected] #
|
||||||
|
# To learn more about Debricked or contact our team, visit https://debricked.com/ #
|
||||||
|
# #
|
||||||
|
# To run this workflow, complete the following set-up steps: #
|
||||||
|
# #
|
||||||
|
# 1. If you don’t have a Debricked account, create one by visiting https://debricked.com/app/en/register #
|
||||||
|
# 2. Generate your Debricked access token, by following the steps mentioned in https://portal.debricked.com/administration-47/how-do-i-generate-an-access-token-130 #
|
||||||
|
# 3. In GitHub, navigate to the repository #
|
||||||
|
# 4. Click on “Settings” (If you cannot see the “Settings” tab, select the dropdown menu, then click “Settings”) #
|
||||||
|
# 5. In the “Security” section click on “Secrets and variables”, then click “Actions” #
|
||||||
|
# 6. In the “Secrets” tab, click on “New repository secret” #
|
||||||
|
# 7. In the “Name” field, type the name of the secret #
|
||||||
|
# 8. In the “Secret” field, enter the value of the secret #
|
||||||
|
# 9. Click “Add secret” #
|
||||||
|
# 10. You should now be ready to use the workflow! #
|
||||||
|
#####################################################################################################################################################################
|
||||||
|
|
||||||
|
name: Debricked Scan
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
vulnerabilities-scan:
|
||||||
|
name: Vulnerabilities scan
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: debricked/actions@v3
|
||||||
|
env:
|
||||||
|
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "Debricked Scan",
|
||||||
|
"creator": "OpenText",
|
||||||
|
"description": "Integrate with Debricked's state of the art AI-powered Software Composition Analysis to automate your security.",
|
||||||
|
"iconName": "debricked",
|
||||||
|
"categories": [
|
||||||
|
"Code Scanning",
|
||||||
|
"Python",
|
||||||
|
"JavaScript",
|
||||||
|
"Java",
|
||||||
|
"PHP",
|
||||||
|
"Ruby",
|
||||||
|
"Go",
|
||||||
|
"Rust",
|
||||||
|
"Swift",
|
||||||
|
"C#",
|
||||||
|
"Objective-C"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130.82474 165.72391">
|
||||||
|
<path d="M130.80005,64.2v3.5a24.02765,24.02765,0,0,1-24,24.1h-.2A22.62736,22.62736,0,0,1,88,83c-4.8999-6.2-10.8999-10.9-22.3-10.9-12.1001,0-27.3,7.8-27.3,29.8,0,21.1,13.7,30.6,27.30005,30.6,13.1001,0,18.3999-7.1,21.8999-11.1,6.1001-7,12.39991-9.1,19.89991-9,9.10009,0,23.10009,8,23.2,24.1.2,18.7.10009,27.7.10009,27.7H92.69971l.10009-22.4s-8.10009,24.8-41.8999,23.9C25.3999,165,0,144.3,0,102.3,0,61.5,23.80005,39.7,51,38.9c24.5-.8,36.5,11.7,41.80005,23.9L92.7,0h38.1001Z" fill="#0d1840"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 606 B |
Reference in New Issue
Block a user