Skip to content

Commit

Permalink
fix: SARIF must be in capital letters to match SecObserve's parser na…
Browse files Browse the repository at this point in the history
…me (#221)
  • Loading branch information
StefanFl authored Nov 17, 2024
1 parent 5606a84 commit 883b3fd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/entrypoints/entrypoint_bandit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi

export SO_FILE_NAME="${REPORT_NAME}"
export SO_PARSER_NAME="Sarif"
export SO_PARSER_NAME="SARIF"

echo ----------------------------------------
echo Bandit
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoints/entrypoint_checkov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi

export SO_FILE_NAME="${REPORT_NAME}"
export SO_PARSER_NAME="Sarif"
export SO_PARSER_NAME="SARIF"

echo ----------------------------------------
echo Checkov
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoints/entrypoint_eslint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi

export SO_FILE_NAME="${REPORT_NAME}"
export SO_PARSER_NAME="Sarif"
export SO_PARSER_NAME="SARIF"

echo ----------------------------------------
echo ESLint
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoints/entrypoint_gitleaks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi

export SO_FILE_NAME="${REPORT_NAME}"
export SO_PARSER_NAME="Sarif"
export SO_PARSER_NAME="SARIF"

echo ----------------------------------------
echo GitLeaks
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoints/entrypoint_kics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ -z "${OUTPUT_PATH}" ]]; then
fi

export SO_FILE_NAME="${OUTPUT_PATH}"/"${REPORT_NAME}"
export SO_PARSER_NAME="Sarif"
export SO_PARSER_NAME="SARIF"

echo ----------------------------------------
echo KICS
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoints/entrypoint_semgrep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi

export SO_FILE_NAME="${REPORT_NAME}"
export SO_PARSER_NAME="Sarif"
export SO_PARSER_NAME="SARIF"

echo ----------------------------------------
echo Semgrep
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoints/entrypoint_tfsec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi

export SO_FILE_NAME="${REPORT_NAME}"
export SO_PARSER_NAME="Sarif"
export SO_PARSER_NAME="SARIF"

echo ----------------------------------------
echo tfsec
Expand Down

0 comments on commit 883b3fd

Please sign in to comment.