Skip to content

Commit a936183

Browse files
authored
Fix plugin install workflow by adding -Pcrypto.standard=FIPS-140-3 (opensearch-project#5962)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 708da58 commit a936183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/plugin_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: gradle/gradle-build-action@v3
3434
with:
3535
cache-disabled: true
36-
arguments: assemble
36+
arguments: assemble -Pcrypto.standard=FIPS-140-3
3737

3838
# Move and rename the plugin for installation
3939
- name: Move and rename the plugin for installation

0 commit comments

Comments
 (0)