Skip to content

Commit

Permalink
Set image scan cutoff to critical
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Nov 14, 2024
1 parent b458520 commit c7db1d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-to-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ permissions:
jobs:
build:
name: Build
uses: truefoundry/github-workflows-public/.github/workflows/build.yml@v0.1.3
uses: truefoundry/workflows/.github/workflows/build.yml@v0.2.1
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
secrets:
depot_token: ${{ secrets.DEPOT_API_KEY }}
artifactory_username: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}

0 comments on commit c7db1d9

Please sign in to comment.