Skip to content

Update release-to-jfrog.yaml (#98) #17

Update release-to-jfrog.yaml (#98)

Update release-to-jfrog.yaml (#98) #17

name: Push image to JFrog Artifactory
on:
push:
branches:
- 'main'
permissions:
id-token: write
contents: read
jobs:
build:
name: Build
uses: truefoundry/github-workflows-public/.github/workflows/[email protected]
with:
image_tag: ${{ github.sha }}
image_artifact_name: async_processor
artifactory_registry_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_REGISTRY_URL }}
artifactory_repository_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_REPOSITORY }}
image_scan_severity_cutoff: critical

Check failure on line 21 in .github/workflows/release-to-jfrog.yaml

View workflow run for this annotation

GitHub Actions / Push image to JFrog Artifactory

Invalid workflow file

The workflow is not valid. .github/workflows/release-to-jfrog.yaml (Line: 21, Col: 35): Invalid input, image_scan_severity_cutoff is not defined in the referenced workflow.
secrets:
artifactory_username: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}