Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-go-5
Browse files Browse the repository at this point in the history
  • Loading branch information
hors authored Jan 1, 2024
2 parents b421d37 + ded5518 commit 1a1ccfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ updates:
labels:
- "dependencies"
schedule:
interval: monthly
interval: weekly
day: "wednesday"
time: "01:00"
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
export DOCKER_SQUASH=0
./e2e-tests/build
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.14.0
uses: aquasecurity/trivy-action@0.16.0
with:
image-ref: 'docker.io/perconalab/percona-server-mysql-operator:${{ github.sha }}'
format: 'table'
Expand Down

0 comments on commit 1a1ccfd

Please sign in to comment.