Skip to content

Commit bb958ad

Browse files
committed
updated sbom file
1 parent 5ef5a5a commit bb958ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sbom.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ name: Generate SBOM
88
on:
99
workflow_dispatch: {}
1010
push:
11-
branches: ["master"]
11+
branches: ['master']
1212
paths:
13-
- "requirements.txt"
14-
- "requirements/**.txt"
15-
- "!requirements/docs.txt"
16-
- "!requirements/test.txt"
13+
- 'requirements.txt'
14+
- 'requirements/**.txt'
15+
- '!requirements/docs.txt'
16+
- '!requirements/test.txt'
1717

1818
permissions:
1919
contents: write
@@ -77,10 +77,10 @@ jobs:
7777
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676
7878
with:
7979
token: ${{ secrets.GITHUB_TOKEN }}
80-
commit-message: "chore: Update SBOM after dependency changes"
80+
commit-message: 'chore: Update SBOM after dependency changes'
8181
branch: auto-update-sbom-${{ github.run_id }}
8282
delete-branch: true
83-
title: "chore: Update SBOM"
83+
title: 'Automation: Update SBOM'
8484
body: |
8585
## Automated SBOM Update
8686

0 commit comments

Comments
 (0)