We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdf1e0 commit 4973a76Copy full SHA for 4973a76
.github/workflows/allocate.yaml
@@ -10,8 +10,7 @@ concurrency:
10
group: allocate-security-identifiers
11
cancel-in-progress: true
12
13
-permissions:
14
- contents: read
+permissions: {}
15
16
jobs:
17
allocate-security-identifiers:
@@ -31,7 +30,6 @@ jobs:
31
30
run: pip install git+https://github.com/anchore/security-cli
32
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
33
with:
34
- ssh-key: ${{ secrets.SECURITY_IDENTIFIERS_CI_PUSH_TOKEN }}
35
persist-credentials: true
36
- name: Allocate security identifiers
37
run: anchore-security-cli id allocate --data-path data
0 commit comments