Skip to content

Commit

Permalink
Merge pull request #3645 from mercedes-benz/feature-3433-SNAPSHOT-tag…
Browse files Browse the repository at this point in the history
…s-for-dev-container-images

documented dev tagging for published artifacts #3433
  • Loading branch information
sven-dmlr authored Nov 25, 2024
2 parents 7338aea + 4497cd1 commit a0236d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
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

0 comments on commit a0236d3

Please sign in to comment.