We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b4852 commit c1e8368Copy full SHA for c1e8368
.github/workflows/bff_develop.yml
@@ -10,6 +10,8 @@ on:
10
paths:
11
- iris-client-bff/**
12
- .github/workflows/bff_develop.yml
13
+ - .github/workflows/publish-test-results.yml@develop
14
+ - .github/workflows/trivy-container-scan.yml
15
pull_request:
16
branches:
17
- develop
.github/workflows/trivy-container-scan.yml
@@ -18,8 +18,11 @@ jobs:
18
image-ref: ${{fromJson(inputs.image-refs)}}
19
20
steps:
21
+ - name: Checkout code
22
+ uses: actions/[email protected]
23
+
24
- name: Run Trivy vulnerability scanner
- uses: aquasecurity/trivy-action@master
25
+ uses: aquasecurity/trivy-action@0.2.0
26
with:
27
image-ref: '${{ matrix.image-ref }}'
28
format: 'template'
0 commit comments