Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ jobs:
format: 'table'
severity: 'CRITICAL,HIGH'
vuln-type: 'os,library'
skip-dirs: '/usr/sbin'
#[vishwa] - Fix telegraf & test all for next release - see work item #https://msazure.visualstudio.com/InfrastructureInsights/_workitems/edit/13322134
skip-files: '/usr/sbin/telegraf,/opt/telegraf'
exit-code: '1'
timeout: '5m0s'
ignore-unfixed: true
WINDOWS-build:
runs-on: windows-latest
steps:
Expand Down
8 changes: 3 additions & 5 deletions source/plugins/go/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module Docker-Provider/source/plugins/go/src
go 1.14

require (
github.com/Azure/azure-kusto-go v0.3.2
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/dnaeon/go-vcr v1.2.0 // indirect
github.com/Azure/azure-kusto-go v0.5.2
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
github.com/fluent/fluent-bit-go v0.0.0-20171103221316-c4a158a6e3a7
github.com/golang/mock v1.4.1
github.com/google/uuid v1.1.2
github.com/google/uuid v1.2.0
github.com/microsoft/ApplicationInsights-Go v0.4.3
github.com/philhofer/fwd v1.1.1 // indirect
github.com/tinylib/msgp v1.1.2
Expand Down
Loading