Skip to content

Commit

Permalink
Add Windows FIPS workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirov-dd committed Jan 31, 2025
1 parent f03eb1c commit 47de326
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fips/compose/compose-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
environment:
- DD_API_KEY=$DD_API_KEY
- DD_SITE=datad0g.com
# TODO remove: GOFIPS is not set on the Windows FIPS image
# Set it to 1 for the tests to pass
- GOFIPS=1
volumes:
- \\.\pipe\docker_engine:\\.\pipe\docker_engine
- "./agent/conf.d:C:/ProgramData/Datadog/conf.d"
Expand Down

0 comments on commit 47de326

Please sign in to comment.