Skip to content

Commit

Permalink
feat(STONEINTG-931): adding deprecation warning for sbom-json-check task
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Sztuka <[email protected]>
  • Loading branch information
jsztuka committed Aug 20, 2024
1 parent bca9467 commit 8511957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions task/sbom-json-check/0.1/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# sbom-json-check task

## Deprecation notice

This task is deprecated, please remove it from you pipeline.

## Description:

The sbom-json-check task verifies the integrity and security of a Software Bill of Materials (SBOM) file in JSON format using the CyloneDX tool.
Expand Down
1 change: 1 addition & 0 deletions task/sbom-json-check/0.1/sbom-json-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
#!/usr/bin/env bash
set -euo pipefail
source /utils.sh
echo "[WARNING]: !!!DEPRECATED!!! - sbom-json-check task is going to be removed in near future, please remove it from your pipeline."
trap 'handle_error $(results.TEST_OUTPUT.path)' EXIT
images_processed_template='{"image": {"pullspec": "'"$IMAGE_URL"'", "digests": [%s]}}'
Expand Down

0 comments on commit 8511957

Please sign in to comment.