Skip to content

Commit

Permalink
Merge branch 'dev' into 68-show-version-and-other-useful-info-in-an-a…
Browse files Browse the repository at this point in the history
…bout-pop-up
  • Loading branch information
kenmeacham committed Jul 4, 2024
2 parents bd2e8e6 + 351147c commit 9181dea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
TAG_LATEST=${TAG_ROOT}:${REF_END}-latest
echo "TAG_DATE=${TAG_DATE}" >> ${GITHUB_ENV}
echo "TAG_LATEST=${TAG_LATEST}" >> ${GITHUB_ENV}
docker build --tag ${TAG_DATE} --tag ${TAG_LATEST} --build-arg CI_COMMIT_SHA=${GITHUB_SHA} --build-arg CI_COMMIT_TIMESTAMP=${TIMESTAMP} --file Dockerfile --target ssm-production "."
docker build --tag ${TAG_DATE} --tag ${TAG_LATEST} --build-arg CI_VERSION=${REF_END}-latest --build-arg CI_COMMIT_SHA=${GITHUB_SHA} --build-arg CI_COMMIT_TIMESTAMP=${TIMESTAMP} --file Dockerfile --target ssm-production "."
fi
- name: Push Docker image to registry
Expand Down
1 change: 1 addition & 0 deletions docs/papers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ license as described in the top-level Spyderisk [LICENSES/](../../LICENSES/READM

| Local copy | Full citation |
| ------------- | ------------- |
| [lopresti2004.pdf](./lopresti2004.pdf) | S. Lo Presti, A. Jøsang, ‘Analysing the Relationship between Risk and Trust’, doi: [10.1007/978-3-540-24747-0_11](https://doi.org/10.1007/978-3-540-24747-0_11)
| [boniface2010.pdf](./boniface2010.pdf) | S. Bertram, M. Boniface, M. Surridge, N. Briscombe, M. Hall-May, ‘On-Demand Dynamic Security for Risk-Based Secure Collaboration in Clouds’, 2010 IEEE 3rd International Conference on Cloud Computing. doi: [10.1109/CLOUD.2010.83](https://doi.org/10.1109/CLOUD.2010.83) |
| [surridge2010.pdf](./surridge2010.pdf) | M. Bashevoy, A. Chakravarthy, M. Hall-May, M. Surridge, ‘SERSCIS-Ont: A Formal Metrics Model for Adaptive Service Oriented Frameworks’, ADAPTIVE 2010 : The Second International Conference on Adaptive and Self-Adaptive Systems and Applications, Lisbon. doi: **PENDING** |
| [surridge2011-1.pdf](./surridge2011-1.pdf) | M. Hall-May, R. Nossal-Tuyeni, M. Surridge, ‘Resilient critical infrastructure management using service oriented architecture - a test case using airport collaborative decision making’, International Journal of Applied Mathematics and Computer Science. doi: [10.2478/v10006-011-0019-9](https://doi.org/10.2478/v10006-011-0019-9) |
Expand Down
Binary file added docs/papers/lopresti2004.pdf
Binary file not shown.

0 comments on commit 9181dea

Please sign in to comment.