Skip to content

Commit 5bd2d37

Browse files
committed
Add Deepbits Actions
1 parent f308cdb commit 5bd2d37

File tree

7 files changed

+47423
-1
lines changed

7 files changed

+47423
-1
lines changed

.github/deepbits/action.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: "Deepbits SBOM Action"
2+
description: "Create and analyze SBOM for your project to find vulnerabilities and license issues"
3+
author: "Deepbits Technology Inc."
4+
branding:
5+
icon: "shield"
6+
color: "blue"
7+
inputs:
8+
token:
9+
description: "The GitHub authentication token"
10+
default: ${{ github.token }}
11+
required: false
12+
apiKey:
13+
description: "Deepbits API key for integration"
14+
required: false
15+
path:
16+
description: "Path to the docker image"
17+
required: false
18+
project:
19+
description: "Project ID"
20+
required: false
21+
outputs:
22+
bom:
23+
description: "The SBOM file in string"
24+
bomPath:
25+
description: "Path to the SBOM file"
26+
runs:
27+
using: "node20"
28+
main: "index.js"

0 commit comments

Comments
 (0)