Skip to content

Commit

Permalink
Fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Apr 30, 2024
1 parent c5a683f commit c0c37ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-function-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,42 +62,42 @@ jobs:
- name: Run Trivy vulnerability scanner for java
uses: aquasecurity/trivy-action@master
with:
image-ref: 'pulsar-functions-java-runner:3.2.2.1'
image-ref: 'pulsar-functions-java-runner:latest'
format: 'table'
exit-code: '1'

- name: Run Trivy vulnerability scanner for python
uses: aquasecurity/trivy-action@master
with:
image-ref: 'pulsar-functions-python-runner:3.2.2.1'
image-ref: 'pulsar-functions-python-runner:latest'
format: 'table'
exit-code: '1'

- name: Run Trivy vulnerability scanner for go
uses: aquasecurity/trivy-action@master
with:
image-ref: 'pulsar-functions-go-runner:3.2.2.1'
image-ref: 'pulsar-functions-go-runner:latest'
format: 'table'
exit-code: '1'

- name: Run Trivy vulnerability scanner for java with pulsarctl
uses: aquasecurity/trivy-action@master
with:
image-ref: 'pulsar-functions-pulsarctl-java-runner:3.2.2.1'
image-ref: 'pulsar-functions-pulsarctl-java-runner:latest'
format: 'table'
exit-code: '1'

- name: Run Trivy vulnerability scanner for python with pulsarctl
uses: aquasecurity/trivy-action@master
with:
image-ref: 'pulsar-functions-pulsarctl-python-runner:3.2.2.1'
image-ref: 'pulsar-functions-pulsarctl-python-runner:latest'
format: 'table'
exit-code: '1'

- name: Run Trivy vulnerability scanner for go with pulsarctl
uses: aquasecurity/trivy-action@master
with:
image-ref: 'pulsar-functions-pulsarctl-go-runner:3.2.2.1'
image-ref: 'pulsar-functions-pulsarctl-go-runner:latest'
format: 'table'
exit-code: '1'

Expand Down

0 comments on commit c0c37ec

Please sign in to comment.