Skip to content

added REAMDE for ecr sarif action w/ burnettk #41

added REAMDE for ecr sarif action w/ burnettk

added REAMDE for ecr sarif action w/ burnettk #41

Workflow file for this run

name: "Test AWS Scan Findings to SARIF"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/[email protected]
with:
python-version: 3.12
- name: Install dependencies
run: |
pip install -r wait-for-ecr-scan-and-get-sarif/requirements.txt
pip install pytest
- name: Run tests
run: |
pytest wait-for-ecr-scan-and-get-sarif/test_aws_scan_findings_to_sarif.py