File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6363 medium_threshold : 1
6464 low_threshold : 1
6565 other_threshold : 1
66- sbomgen_version : " latest" # 1.3.0
66+ sbomgen_version : " latest"
6767
6868 - name : Demonstrate SBOM Output (JSON)
6969 run : cat ${{ steps.inspector.outputs.artifact_sbom }}
Original file line number Diff line number Diff line change 5454 medium_threshold : 1
5555 low_threshold : 1
5656 other_threshold : 1
57- sbomgen_version : " latest" # 1.3.0
57+ sbomgen_version : " latest"
5858 # Additional input arguments are available.
5959 # See 'action.yml' for additional input/output options.
6060
Original file line number Diff line number Diff line change 3737 artifact_type : ' archive'
3838 artifact_path : ' entrypoint/tests/test_data/artifacts/archives/testData.zip'
3939 display_vulnerability_findings : " enabled"
40- sbomgen_version : " latest" # 1.3.0
40+ sbomgen_version : " latest"
4141
4242 - name : Display scan results
4343 run : cat ${{ steps.inspector.outputs.inspector_scan_results }}
Original file line number Diff line number Diff line change 3737 artifact_type : ' binary'
3838 artifact_path : ' entrypoint/tests/test_data/artifacts/binaries/inspector-sbomgen'
3939 display_vulnerability_findings : " enabled"
40- sbomgen_version : " latest" # 1.3.0
40+ sbomgen_version : " latest"
4141
4242 - name : Display scan results
4343 run : cat ${{ steps.inspector.outputs.inspector_scan_results }}
Original file line number Diff line number Diff line change 3737 artifact_type : ' container'
3838 artifact_path : ' ubuntu:14.04'
3939 display_vulnerability_findings : " enabled"
40- sbomgen_version : " latest " # 1.3.0
40+ sbomgen_version : " 1.3.1 "
4141
4242 - name : Display scan results
4343 run : cat ${{ steps.inspector.outputs.inspector_scan_results }}
Original file line number Diff line number Diff line change 3636 artifact_type : ' repository'
3737 artifact_path : ' ./'
3838 display_vulnerability_findings : " enabled"
39- sbomgen_version : " latest" # 1.3.0
39+ sbomgen_version : " latest"
4040
4141 - name : Display scan results (JSON)
4242 run : cat ${{ steps.inspector.outputs.inspector_scan_results }}
Original file line number Diff line number Diff line change 3333 artifact_type : ' container'
3434 artifact_path : ' alpine:latest'
3535 display_vulnerability_findings : " enabled"
36- sbomgen_version : " latest" # 1.3.0
36+ sbomgen_version : " latest"
3737
3838 # only run if the previous step failed
3939 - name : Notify maintainers of installation failure
Original file line number Diff line number Diff line change 3838 output_inspector_scan_path_csv : ' inspector_pkg_scan.csv'
3939 output_inspector_dockerfile_scan_path_csv : ' inspector_dockerfile_scan.csv'
4040 output_inspector_dockerfile_scan_path_markdown : ' inspector_dockerfile_scan.md'
41- sbomgen_version : " latest" # 1.3.0
41+ sbomgen_version : " latest"
4242
4343 - name : Demonstrate Upload Scan Results
4444 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 3636 artifact_type : ' repository'
3737 artifact_path : ' ./'
3838 display_vulnerability_findings : " enabled"
39- sbomgen_version : " latest" # 1.3.0
39+ sbomgen_version : " latest"
4040
4141 - name : Display scan results
4242 run : cat ${{ steps.inspector.outputs.inspector_scan_results }}
Original file line number Diff line number Diff line change 4444 medium_threshold : 1
4545 low_threshold : 1
4646 other_threshold : 1
47- sbomgen_version : " latest" # 1.3.0
47+ sbomgen_version : " latest"
4848
4949 - name : Fail if vulnerability threshold is exceeded
5050 run : if [[ ${{ steps.inspector.outputs.vulnerability_threshold_exceeded }} != "1" ]]; then echo "test failed"; else echo "test passed"; fi
You can’t perform that action at this time.
0 commit comments