1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00
gocsaf/docs
Bernhard Reiter 3da37a533b
Improve integration test uploadToProvider.sh
* Remove `let` from the script as it will return 1 (signalling an error) on the
   first iteration, which will stop the script when in `set -e` mode.
   It also is unnecessary, as the increment can be done at the place of
   usage directly.
 * Added a "remainder aka modulo" division, otherwise there will be no
   TLP option set, once we run out of the four entries in the TLSs
   list.
 * (Style) remove superfluous semicolons.
2022-04-13 17:46:10 +02:00
..
scripts Improve integration test uploadToProvider.sh 2022-04-13 17:46:10 +02:00
test-keys Add scripts for integration test setup and docs generation 2022-04-08 10:04:34 +02:00
client-certificate-setup.md Improve client cert setup instructions 2022-04-13 11:53:21 +02:00
development-ca.md Apply automatic changes 2022-04-12 14:06:26 +00:00
development-client-certs.md Add scripts for integration test setup and docs generation 2022-04-08 10:04:34 +02:00
install-server-certificate.md Apply automatic changes 2022-04-12 14:06:26 +00:00
provider-setup.md Add scripts for integration test setup and docs generation 2022-04-08 10:04:34 +02:00