We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a08c8f commit 5a6f355Copy full SHA for 5a6f355
.github/workflows/pr-env-deploy.yml
@@ -2,6 +2,7 @@ name: Deploy PR Environment
2
run-name: "${{ github.event.action == 'synchronize' && 'Update' || 'Create' }} PR Environment - #${{ github.event.pull_request.number }} (${{ github.event.pull_request.title }})"
3
4
on:
5
+ workflow_dispatch:
6
pull_request:
7
types: [opened, reopened, synchronize]
8
@@ -68,6 +69,11 @@ jobs:
68
69
- name: Build Project
70
run: make build
71
72
+ - name: Generate SBOM
73
+ uses: nhs-england-tools/trivy-action/sbom-scan@v1.4.0
74
+ with:
75
+ repo-path: "./"
76
+
77
- name: Configure Management Credentials
78
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a #v4.3.1
79
with:
0 commit comments