We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1f3dc commit 84abd9fCopy full SHA for 84abd9f
.github/workflows/build-wheel.yml
@@ -1,5 +1,7 @@
1
name: Build pip wheel
2
3
+permissions: read-all
4
+
5
on:
6
push:
7
branches: [ "main" ]
@@ -17,7 +19,7 @@ on:
17
19
matrix:
18
20
python-version:
21
- "3.12"
- if: github.repository == 'intel/cve-bin-tool' && github.ref == 'refs/heads/main' # run on origin repo only
22
+ if: github.repository == 'intel/cve-bin-tool' # run on origin repo only
23
steps:
24
- name: Harden Runner
25
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
.github/workflows/testing.yml
name: Testing
pull_request:
0 commit comments