mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
Merge pull request #724 from surbhat1595/update3.x
Fix Trivy Scan Failure - update libraries
This commit is contained in:
2
.github/workflows/toolkit.yml
vendored
2
.github/workflows/toolkit.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: cd src/go; make linux-amd64; cd ../../
|
run: cd src/go; make linux-amd64; cd ../../
|
||||||
|
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: echo "FROM oraclelinux:9-slim" > Dockerfile; echo "COPY bin/* /usr/bin/" >> Dockerfile; docker build . --file Dockerfile --tag percona-toolkit:${{ github.sha }}
|
run: echo "FROM oraclelinux:9-slim" > Dockerfile; echo "RUN microdnf -y update" >> Dockerfile; echo "COPY bin/* /usr/bin/" >> Dockerfile; docker build . --file Dockerfile --tag percona-toolkit:${{ github.sha }}
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@0.14.0
|
uses: aquasecurity/trivy-action@0.14.0
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user