mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-08 03:06:21 +08:00
Merge pull request #1077 from percona/dependabot/github_actions/dot-github/workflows/aquasecurity/trivy-action-0.34.0
build(deps): bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 in /.github/workflows
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Build the Docker image
|
||||
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
|
||||
uses: aquasecurity/trivy-action@0.33.1
|
||||
uses: aquasecurity/trivy-action@0.34.0
|
||||
with:
|
||||
image-ref: 'percona-toolkit:${{ github.sha }}'
|
||||
format: 'table'
|
||||
|
||||
@@ -62,6 +62,7 @@ extend-ignore-re = [
|
||||
"RegexISTReceiver" = "RegexISTReceiver"
|
||||
"RegexISTSender" = "RegexISTSender"
|
||||
"RegexXtrabackupISTReceived" = "RegexXtrabackupISTReceived"
|
||||
"SELECTs" = "SELECTs"
|
||||
"START_ND_SUMMARY" = "START_ND_SUMMARY"
|
||||
"START_ND_TOOLTIPS" = "START_ND_TOOLTIPS"
|
||||
"thr" = "thr" # common abbreviation
|
||||
|
||||
Reference in New Issue
Block a user