Skip to content

modify file upload

modify file upload #31

Workflow file for this run

on: [push]
jobs:
sbomgen-directory:
runs-on: ubuntu-latest
name: "archive"
environment:
name: plugin-development
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ secrets.AWS_REGION }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: inspector-scan
uses: ./ # Uses an action in the root directory
id: TBD
with:
artifact_type: 'archive'
artifact_path: 'testData.zip'