Skip to content

Commit 8ba9773

Browse files
authored
AppScan Automation: The .irx is too large to analyze #2989 (#2990)
* AppScan Automation: The .irx is too large to analyze #2989 Signed-off-by: Paul Bastide <pbastide@us.ibm.com> * Synthetic Commit to Trigger Docs Workflow Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
1 parent 47885ac commit 8ba9773

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

build/security/asoc.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ mkdir -p ${WORKSPACE}/build/security/logs/tmp
1313
mkdir -p ${WORKSPACE}/build/security/logs/output/
1414

1515
# Find the Jars, Ignore Tests and Implementation Guides (ig) and uber jars
16-
find ${WORKSPACE} -iname 'fhir-*.jar' -not -iname 'fhir*-tests.jar' -not -iname 'fhir*-test-*.jar' -not -iname 'fhir-persistence-schema-*-cli.jar' -not -iname 'fhir-swagger-generator-*-cli.jar' -not -iname 'fhir-examples-*.jar' -not -name 'fhir-bulkdata-webapp-*-client.jar' -not -iname 'fhir*-ig-*.jar' -not -iname 'fhir-bucket-*-cli.jar' -not -path '*/target/fhir-server-webapp-*' -not -path '*/target/fhir-bulkdata*' -exec cp -f {} ${WORKSPACE}/build/security/logs/tmp \;
16+
find ${WORKSPACE} -iname 'fhir-*.jar' -not -iname 'fhir*-tests.jar' -not -iname 'fhir*-test-*.jar' -not -iname 'fhir-persistence-schema-*-cli.jar' -not -iname 'fhir-swagger-generator-*-cli.jar' \
17+
-not -iname 'fhir-examples-*.jar' -not -name 'fhir-bulkdata-webapp-*-client.jar' -not -iname 'fhir*-ig-*.jar' -not -iname 'fhir-bucket-*-cli.jar' -not -path '*/target/fhir-server-webapp-*' \
18+
-not -iname 'fhir-operation-cqf-*-shaded.jar' -not -iname 'fhir-operation-cpg-*-shaded.jar' -not -iname 'fhir-term-graph-loader-*-cli.jar' \
19+
-not -path '*/target/fhir-bulkdata*' -exec cp -f {} ${WORKSPACE}/build/security/logs/tmp \;
1720

1821
cd ${WORKSPACE}/build/security/logs/
1922

docs/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# IBM FHIR Server Docs
2+
23
This is the source for the IBM FHIR Server GitHub Pages site at https://ibm.github.io/FHIR.
34

45
We use Gatsby with the Carbon Theme to generate the static site.

0 commit comments

Comments
 (0)