Skip to content

Commit be705d5

Browse files
authored
Merge pull request #15 from deathlabs/vf/fix-release-versioning
Updated CI pipeline with correct permissions (again)
2 parents efb6671 + 9cb067b commit be705d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
sca:
3434
name: Software Composition Analysis
3535
runs-on: ubuntu-latest
36+
permissions:
37+
actions: read
38+
contents: write
3639
steps:
3740
- uses: actions/checkout@v4
3841
- name: Generate an SBOM

0 commit comments

Comments
 (0)