-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Debricked starter workflow (#2107)
* Add Debricked starter workflow * Add permissions section * Remove schedule * Fix review comments --------- Co-authored-by: Alexis Abril <[email protected]>
- Loading branch information
1 parent
af1bbdc
commit 83b6e98
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83b6e98
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge #2107 Branch: main 965022-oss-patch3/SHA f4dbb8424c