Skip to content

Commit

Permalink
Merge branch 'signalfx:main' into add-sumconnector
Browse files Browse the repository at this point in the history
  • Loading branch information
greatestusername-splunk authored Dec 18, 2024
2 parents cd8d47e + fbcb28d commit a469b3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vuln-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: anchore/scan-action@v5
- uses: anchore/scan-action@v6
with:
severity-cutoff: "high"
only-fixed: true
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
name: otelcol-${{ matrix.ARCH }}${{ matrix.FIPS == true && '-fips' || '' }}
path: ./dist
- run: docker load -i ./dist/image.tar
- uses: anchore/scan-action@v5
- uses: anchore/scan-action@v6
with:
severity-cutoff: "high"
only-fixed: true
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
docker build -t otelcol-windows --pull --build-arg BASE_IMAGE=${base_image} --build-arg JMX_METRIC_GATHERER_RELEASE=$(Get-Content packaging\jmx-metric-gatherer-release.txt) -f .\cmd\otelcol\Dockerfile.windows .\cmd\otelcol\
Remove-Item .\cmd\otelcol\otelcol.exe
Remove-Item .\cmd\otelcol\agent-bundle_windows_amd64.zip
- uses: anchore/scan-action@v5
- uses: anchore/scan-action@v6
with:
severity-cutoff: "high"
only-fixed: true
Expand Down
2 changes: 1 addition & 1 deletion packaging/jmx-metric-gatherer-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.41.0
v1.42.0

0 comments on commit a469b3e

Please sign in to comment.