wolfssh/.github/workflows
Mark Atwood f8f580b878 fix: fail SBOM CI when gen-sbom missing on master
The gate skipped SBOM generation and exited 0 whenever wolfssl's
scripts/gen-sbom was absent, so the job could report success having
never exercised `make sbom`. That was deliberate while the script was
unmerged, but it landed on master in wolfSSL/wolfssl#10343.

On master, a missing gen-sbom or one too old for --dep-wolfssl is a
regression, so fail instead of skipping: a green run now always means
the target was exercised and the wolfssl-dependency assertions ran.
Only a deliberately pinned older wolfssl_ref still degrades to a skip.

The ref is passed through env rather than interpolated into the shell
script, to keep the workflow expression out of the command line.
2026-08-27 09:43:33 -07:00
..
code-coverage.yml CI: add code coverage workflow, misc script updates 2026-08-21 11:30:40 -07:00
codespell.yml
coverity-scan-fixes.yml
cppcheck.yml
interop-mlkem.yml
multi-compiler.yml Build and test the wolfssh client app in CI 2026-08-26 16:53:23 -05:00
network-contention-test.yml
os-check.yml Accept exact-fit ScpBuffer in no-filesystem SCP send callback 2026-08-14 14:34:16 -07:00
paramiko-sftp-test.yml
sanitizer.yml Address CI UBSan timeouts 2026-07-21 18:06:37 -05:00
sbom.yml fix: fail SBOM CI when gen-sbom missing on master 2026-08-27 09:43:33 -07:00
scp-test.yml added check for private and public keys decoded 2026-07-31 16:14:52 -07:00
sftp-test.yml
singlethread-check.yml
sshd-test.yml Build and test the wolfssh client app in CI 2026-08-26 16:53:23 -05:00
test-fatfs.yml
tpm-ssh.yml Run the API tests in the TPM CI job 2026-08-14 14:35:24 -07:00
windows-check.yml Run threaded api-test SFTP/SCP tests on Windows 2026-07-22 17:29:27 -05:00
windows-sftp.yml
x509-interop.yml
zephyr.yml