mumrah commented on code in PR #16915:
URL: https://github.com/apache/kafka/pull/16915#discussion_r1723614506
##########
.github/workflows/docker_scan.yml:
##########
@@ -29,7 +32,7 @@ jobs:
supported_image_tag: ['latest', '3.7.0']
steps:
- name: Run CVE scan
- uses: aquasecurity/trivy-action@master
+ uses:
aquasecurity/trivy-action@d9cd5b1c23aaf8cb31bb09141028215828364bbb # master
Review Comment:
Infra has signed off on this action 👍
Do we specifically need code from the lastest code this action? I assume
that we probably don't and could use a release tag instead like:
```
uses: aquasecurity/[email protected]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]