Skip to content

Commit 09f0fbc

Browse files
committed
fix: Trivy errors
1 parent e802f25 commit 09f0fbc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Run Zookeeper Pipeline
22

3+
permissions:
4+
contents: read
5+
packages: write
6+
actions: read
7+
38
on:
49
pull_request:
510
types: [opened, synchronize, reopened]
@@ -13,7 +18,7 @@ jobs:
1318
conclusion: ${{ steps.wait.outputs.conclusion }}
1419
steps:
1520
- name: Wait for push.yml to complete
16-
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@main
21+
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@v2.0.0
1722
id: wait
1823
with:
1924
workflow: push.yml

0 commit comments

Comments
 (0)