From 8196957b67905300e435ad5c487cbe0083573dab Mon Sep 17 00:00:00 2001 From: pritchyspritch Date: Wed, 15 May 2024 17:31:55 +0100 Subject: [PATCH] Use _ instead of - --- .github/workflows/update-threat-model.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-threat-model.yaml b/.github/workflows/update-threat-model.yaml index 66cadb1..f7aa239 100644 --- a/.github/workflows/update-threat-model.yaml +++ b/.github/workflows/update-threat-model.yaml @@ -25,14 +25,14 @@ jobs: id: threagile-test-optional-args uses: pritchyspritch/run-threagile-action@dfe-threagile with: - optional-args: '--help' + optional_args: '--help' - name: Run threagile id: threagile uses: pritchyspritch/run-threagile-action@dfe-threagile with: - model-file: 'example-models/threagile-SSPHP-model.yaml' - output-dir: 'test/location' + model_file: 'example-models/threagile-SSPHP-model.yaml' + output_dir: 'test/location' # will fail as Azure data ingestion hasn't been automated yet - name: Run threagile