Skip to content

Commit 269a61f

Browse files
authored
Rename workflow to Dependency Submission and update steps
1 parent 3e85e94 commit 269a61f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Dependency Submission
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
7+
permissions:
8+
id-token: write
9+
contents: write
10+
11+
jobs:
12+
dependency-submission:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v3
16+
- name: Component detection
17+
uses: advanced-security/component-detection-dependency-submission-action@v0.1.1
18+
with:
19+
# Experimental detectors: Poetry, UvLock, NpmLockfile3, Ivy
20+
# Default-off detectors: ConanLock, CondaLock, Dockerfile, Pip, SimplePip, Spdx22, SwiftResolved
21+
detectorArgs: UvLock=EnableIfDefaultOff

0 commit comments

Comments
 (0)