File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ jobs:
59
59
60
60
- name : Copy sbom file to release assets
61
61
shell : bash
62
- if : ${{ ! '' }}
62
+ if : ${{ '' == '' }}
63
63
run : cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
64
64
65
65
# only used for mongodb-client-encryption
66
66
- name : Augment SBOM and copy to release assets
67
- if : ${{ ''}}
67
+ if : ${{ '' != '' }}
68
68
uses : mongodb-labs/drivers-github-tools/sbom@v2
69
69
with :
70
- silk_asset_group : ${{ '' }}
70
+ silk_asset_group : ' '
71
71
sbom_file_name : sbom.json
72
72
73
73
- name : Generate authorized pub report
78
78
sarif_report_target_ref : 5.x
79
79
third_party_dependency_tool : n/a
80
80
dist_filenames : artifacts/*
81
- token : ${{ github.token }}
81
+ token : ${{ github.token }}
82
82
sbom_file_name : sbom.json
83
83
evergreen_project : mongo-node-driver-next
84
84
evergreen_commit : ${{ env.commit }}
Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ jobs:
59
59
60
60
- name : Copy sbom file to release assets
61
61
shell : bash
62
- if : ${{ ! '' }}
62
+ if : ${{ '' == '' }}
63
63
run : cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
64
64
65
65
# only used for mongodb-client-encryption
66
66
- name : Augment SBOM and copy to release assets
67
- if : ${{ ''}}
67
+ if : ${{ '' != '' }}
68
68
uses : mongodb-labs/drivers-github-tools/sbom@v2
69
69
with :
70
- silk_asset_group : ${{ '' }}
70
+ silk_asset_group : ' '
71
71
sbom_file_name : sbom.json
72
72
73
73
- name : Generate authorized pub report
78
78
sarif_report_target_ref : main
79
79
third_party_dependency_tool : n/a
80
80
dist_filenames : artifacts/*
81
- token : ${{ github.token }}
81
+ token : ${{ github.token }}
82
82
sbom_file_name : sbom.json
83
83
evergreen_project : mongo-node-driver-next
84
84
evergreen_commit : ${{ env.commit }}
You can’t perform that action at this time.
0 commit comments