diff --git a/.github/workflows/github-ci.yaml b/.github/workflows/github-ci.yaml index 89b8cb0..e327eee 100644 --- a/.github/workflows/github-ci.yaml +++ b/.github/workflows/github-ci.yaml @@ -21,7 +21,7 @@ jobs: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin - name: Start process run: | - python3 rapidast_parser.py --f tools.yaml + python3 manifest_generator.py --f tools.yaml - name: Commit changes run: | git config user.name github-actions