We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccdb3c commit 519e6e6Copy full SHA for 519e6e6
rust/scan/action.yaml
@@ -45,7 +45,11 @@ runs:
45
env:
46
DIR: ${{ inputs.dir }}
47
ASSET_PREFIX: ${{ inputs.asset_prefix }}
48
- run: $GITHUB_ACTION_PATH/scripts/scan-metadata.sh
+ run: |
49
+ chmod +x $GITHUB_ACTION_PATH/scripts/scan-metadata.sh
50
+
51
+ # Set metadata for scan job
52
+ $GITHUB_ACTION_PATH/scripts/scan-metadata.sh
53
54
# Don't fail during report generation
55
- name: Vulnerability analysis of SBOM
0 commit comments