Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: change JAVA_HOME env in Dockerfile/entrypoint
Browse files Browse the repository at this point in the history
Co-authored-by: name [email protected]
  • Loading branch information
sindrerh2 committed Mar 29, 2022
1 parent b4e215a commit e12b968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export JAVA_HOME=/opt/java/openjdk
echo "JAVA_HOME: $JAVA_HOME"
echo "MAVEN_HOME: $MAVEN_HOME"
echo "---------- Preparing pico-de-galo Slsa for repository: $REPO_NAME ----------"
echo "Config: "
cat $HOME/.salsa.yaml

salsa scan \
--repo "$REPO_NAME" \
Expand All @@ -22,11 +24,13 @@ salsa scan \
--repo "$REPO_NAME" \
--subDir "$INPUT_REPO_SUB_DIR" \
--remote-run \
--config "$HOME/.salsa.yaml" \
"$INPUT_IMAGE" \
&&
salsa attest \
--verify \
--repo "$REPO_NAME" \
--subDir "$INPUT_REPO_SUB_DIR" \
--remote-run \
--config "$HOME/.salsa.yaml" \
"$INPUT_IMAGE" \

0 comments on commit e12b968

Please sign in to comment.