Skip to content

Commit

Permalink
tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jun 23, 2023
1 parent 217e452 commit cf8ee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/malware-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
INFECTED_FILES=${{ steps.scan.outputs.infected_files }}
OBJECT_KEY=`basename ${{ steps.scan.outputs.scan_output }}`
aws s3api put-object-tagging \
--bucket ${{ inputs.upload_target }} \
--bucket glcs-cloud-security-dev-avscan.hpe-hcss.hpe.com \
--key $OBJECT_KEY \
--tagging "{\"TagSet\": [{ \"Key\": \"github_owner\", \"Value\": \"$GH_OWNER\" },{ \"Key\": \"github_repository\", \"Value\": \"$GH_REPO\"},{\"Key\": \"infected_files\", \"Value\": \"$INFECTED_FILES\"}]}"

0 comments on commit cf8ee33

Please sign in to comment.