Skip to content

Commit

Permalink
chore(workflows): Create dependency-submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm committed Dec 10, 2024
1 parent 8cfe2ca commit e7d9bbc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

name: Component Detection

on:
workflow_dispatch:
push:

permissions:
id-token: write
contents: write

jobs:
dependency-submission:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Component detection
uses: advanced-security/[email protected]

0 comments on commit e7d9bbc

Please sign in to comment.