Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/wc-document-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
generate-documents:
name: Generate Documents
runs-on: ubuntu-latest
container: ghcr.io/philips-software/amp-devcontainer-docs:edge

Check failure

Code scanning / zizmor

unpinned image references: container image is not pinned to a SHA256 hash Error

unpinned image references: container image is not pinned to a SHA256 hash
permissions:
contents: read
steps:
Expand All @@ -24,12 +25,6 @@
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Install dependencies
run: |
set -Eeuo pipefail

sudo apt-get update && sudo apt-get install --no-install-recommends -y plantuml
python -m pip install sbdl==1.22.7
- name: Build & Validate SBDL model
run: sbdl -m compile test/cpp/integration-tests.bats test/cpp/features/*.feature test/embedded-cpp/integration-tests.bats test/embedded-cpp/features/*.feature > amp-devcontainer.sbdl
- name: Create document control context
Expand Down
Loading