Skip to content

Commit

Permalink
Fixing wrong title level
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-ferry-sonarsource committed Sep 27, 2023
1 parent b41b5cc commit 4db5182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/S6437/docker/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include::../../../shared_content/secrets/fix/recent_use.adoc[]

=== Code examples

=== Noncompliant code example
==== Noncompliant code example

The following code sample generates a new SSH private key that will be stored in
the generated image. This key should be considered as compromised. Moreover, the
Expand Down Expand Up @@ -65,7 +65,7 @@ ARG PASSWORD
RUN wget --user=guest --password="$PASSWORD" https://example.com
----

=== Compliant solution
==== Compliant solution

[source,docker,diff-id=1,diff-type=compliant]
----
Expand Down

0 comments on commit 4db5182

Please sign in to comment.