Skip to content

Commit 63bf595

Browse files
committed
Add Docker scan
1 parent 8bb0019 commit 63bf595

File tree

7 files changed

+1149
-481
lines changed

7 files changed

+1149
-481
lines changed

action.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ inputs:
99
description: "The GitHub authentication token"
1010
default: ${{ github.token }}
1111
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"
1226
runs:
13-
using: "node16"
27+
using: "node20"
1428
main: "dist/index.js"

dist/index.js

Lines changed: 624 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)