Skip to content

Commit

Permalink
Include all Dockerfiles that use Golang into the bump job (#35931)
Browse files Browse the repository at this point in the history
So, we can avoid vulnerability reports from Snyk for the outdated images.
  • Loading branch information
rdner authored Jun 28, 2023
1 parent 2a5bfb1 commit 3639b2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ci/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ targets:
- ./metricbeat/Dockerfile
- ./packetbeat/Dockerfile
- ./x-pack/functionbeat/Dockerfile
- ./metricbeat/module/nats/_meta/Dockerfile
- ./metricbeat/module/http/_meta/Dockerfile
- ./metricbeat/module/vsphere/_meta/Dockerfile
- ./dev-tools/kubernetes/metricbeat/Dockerfile.debug
- ./dev-tools/kubernetes/filebeat/Dockerfile.debug
- ./dev-tools/kubernetes/heartbeat/Dockerfile.debug
- ./x-pack/metricbeat/module/stan/_meta/Dockerfile
matchpattern: 'FROM golang:\d+.\d+.\d+'
update-gomod:
name: "Update go.mod"
Expand Down

0 comments on commit 3639b2e

Please sign in to comment.