Skip to content

Commit

Permalink
👻 just making sure the tests actually fail
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad committed Apr 17, 2024
1 parent ef51d11 commit 019231b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions demo-output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,16 +263,16 @@
- url: https://go.dev
title: Golang
effort: 3
filecontent-codesnip-test:
description: ""
category: potential
incidents:
- uri: file:///examples/customers-tomcat-legacy/Dockerfile
message: Found usage of openjdk base image
codeSnip: " 1 ########################################\n 2 # Build Image\n 3 ########################################\n 4 # FROM maven:3.6-jdk-8-slim as build\n 5 FROM maven:3.8-openjdk-11 as build\n 6 \n 7 WORKDIR /app\n 8 \n 9 # Establish the dependency layer\n10 COPY pom.xml .\n11 RUN mvn dependency:resolve\n12 \n13 # Add the source code and package\n14 COPY src ./src\n15 RUN mvn package\n16 "
lineNumber: 5
variables:
matchingText: FROM maven:3.8-openjdk-11 as build
# filecontent-codesnip-test:
# description: ""
# category: potential
# incidents:
# - uri: file:///examples/customers-tomcat-legacy/Dockerfile
# message: Found usage of openjdk base image
# codeSnip: " 1 ########################################\n 2 # Build Image\n 3 ########################################\n 4 # FROM maven:3.6-jdk-8-slim as build\n 5 FROM maven:3.8-openjdk-11 as build\n 6 \n 7 WORKDIR /app\n 8 \n 9 # Establish the dependency layer\n10 COPY pom.xml .\n11 RUN mvn dependency:resolve\n12 \n13 # Add the source code and package\n14 COPY src ./src\n15 RUN mvn package\n16 "
# lineNumber: 5
# variables:
# matchingText: FROM maven:3.8-openjdk-11 as build
go-lang-ref-001:
description: ""
category: potential
Expand Down

0 comments on commit 019231b

Please sign in to comment.