Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documented dev tagging for published artifacts #3433 #3645

Merged
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ toc::[]

image::sechub-doc/src/docs/asciidoc/images/sechub-logo.png["Eugen" - the SecHub mascot]

The free and open-source security platform SecHub, provides a central API to test software with different security tools. Many free and open-source as well proprietary security tools are supported by SecHub.
The free and open-source security platform SecHub, provides a central API to test software with different security tools.
SecHub supports many free and open-source as well as proprietary security tools.

SecHub features:

Expand Down
15 changes: 9 additions & 6 deletions sechub-doc/src/docs/asciidoc/documents/techdoc/05_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,12 @@ Just call
./gradlew documentation
----

==== Publish artefacts
Just call
----
./gradlew publish
----
_(if not already builds done this will be triggered automatically)_
=== Publishing artifacts / development naming convention
https://github.com/mercedes-benz/sechub/packages[Artifacts] are being published automatically when a https://github.com/mercedes-benz/sechub/actions?query=workflow%3A%22Release*%22[release workflow] runs on github.com.

If you publish artifacts while developing and testing then make sure that the versioning tag contains "-SNAPSHOT" behind the product version.

Examples (SecHub server 1.10.0 development): +
- `1.10.0_alpine-SNAPSHOT` +
- `1.10.0_alpine-SNAPSHOT1` +
- `1.10.0_alpine-SNAPSHOT-2024-11-30`
2 changes: 1 addition & 1 deletion sechub-website/components/home/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { PlayIcon } from '@heroicons/vue/20/solid';
<h1 class="text-4xl font-medium tracking-tight text-gray-900">SecHub Tool</h1>
<p class="mt-6 text-lg text-gray-600">
The free and open-source security platform SecHub, provides a central API to test software with different
security tools. Many free and open-source as well proprietary security tools are supported by SecHub.
security tools. SecHub supports many free and open-source as well as proprietary security tools.
</p>
<div class="mt-8 flex flex-wrap gap-x-6 gap-y-4">
<NuxtLink class="button is-outlined !w-auto" to="https://www.youtube.com/">
Expand Down
Loading