Skip to content

Commit

Permalink
make required
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 20, 2024
1 parent 61559e3 commit 0b98f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
uses: baileympearson/drivers-github-tools/sbom@adjust-shared-actions-for-node
with:
silk_asset_group: ${{ inputs.silk_asset_group }}
sbom_file_name: ${{ inputs.sbom_file_name }}
sbom_file_name: ${{ inputs.sbom_file_name }}
- name: Generate Sarif File
uses: mongodb-labs/drivers-github-tools/code-scanning-export@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion sbom/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
required: true
sbom_file_name:
description: The name of the augmented sbom file.
default: cyclonedx.sbom.json
required: true
artifactory_image:
description: Image to use for artifactory
default: artifactory.corp.mongodb.com/release-tools-container-registry-public-local/silkbomb:1.0
Expand Down

0 comments on commit 0b98f58

Please sign in to comment.