We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efb6671 + 9cb067b commit be705d5Copy full SHA for be705d5
1 file changed
.github/workflows/integrate.yaml
@@ -33,6 +33,9 @@ jobs:
33
sca:
34
name: Software Composition Analysis
35
runs-on: ubuntu-latest
36
+ permissions:
37
+ actions: read
38
+ contents: write
39
steps:
40
- uses: actions/checkout@v4
41
- name: Generate an SBOM
0 commit comments