Skip to content

Commit 5f90a6c

Browse files
committed
Initial commit
1 parent 3dbd03d commit 5f90a6c

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

.github/scripts/call_mark_jira_released.sh

100644100755
File mode changed.

.github/scripts/check-sbom-issues-against-ignores.sh

100644100755
File mode changed.

.github/workflows/pull_request.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ env:
88
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
99

1010
jobs:
11-
# Uncomment the following lines once the SonarQube token is available
12-
# quality_checks:
13-
# uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
14-
# secrets:
15-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
11+
quality_checks:
12+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
13+
secrets:
14+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1615

1716
pr_title_format_check:
1817
uses: ./.github/workflows/pr_title_check.yml

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ env:
77
BRANCH_NAME: ${{ github.event.ref.BRANCH_NAME }}
88

99
jobs:
10-
# quality_checks:
11-
# uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
12-
# secrets:
13-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
10+
quality_checks:
11+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
12+
# secrets:
13+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1414

1515
get_commit_id:
1616
runs-on: ubuntu-22.04
@@ -23,7 +23,7 @@ jobs:
2323
echo "commit_id=${{ github.sha }}" >> "$GITHUB_OUTPUT"
2424
2525
tag_release:
26-
# needs: quality_checks
26+
needs: quality_checks
2727
runs-on: ubuntu-22.04
2828
outputs:
2929
version_tag: ${{ steps.output_version_tag.outputs.VERSION_TAG }}

scripts/check_python_licenses.sh

100644100755
File mode changed.

scripts/run_cfn_guard.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)