File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
create-lines-of-code-report Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : " Create CLOC report"
1414 shell : bash
15+ env :
16+ BUILD_DATETIME : ${{ inputs.build_datetime }}
1517 run : |
16- export BUILD_DATETIME=${{ inputs.build_datetime }}
18+ export BUILD_DATETIME=$BUILD_DATETIME
1719 ./scripts/reports/create-lines-of-code-report.sh
1820 - name : " Compress CLOC report"
1921 shell : bash
Original file line number Diff line number Diff line change 1212 steps :
1313 - name : " Generate SBOM"
1414 shell : bash
15+ env :
16+ BUILD_DATETIME : ${{ inputs.build_datetime }}
1517 run : |
16- export BUILD_DATETIME=${{ inputs.build_datetime }}
18+ export BUILD_DATETIME=$BUILD_DATETIME
1719 ./scripts/reports/create-sbom-report.sh
1820 - name : " Compress SBOM report"
1921 shell : bash
2729 retention-days : 21
2830 - name : " Scan vulnerabilities"
2931 shell : bash
32+ env :
33+ BUILD_DATETIME : ${{ inputs.build_datetime }}
3034 run : |
31- export BUILD_DATETIME=${{ inputs.build_datetime }}
35+ export BUILD_DATETIME=$BUILD_DATETIME
3236 ./scripts/reports/scan-vulnerabilities.sh
3337 - name : " Display vulnerabilities summary"
3438 shell : bash
You can’t perform that action at this time.
0 commit comments