mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 07:28:09 -05:00
Add project name to Snyk args in workflow
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
with:
|
||||
image: infisical/infisical:${{ steps.extract_version.outputs.version }}
|
||||
command: monitor
|
||||
args: --file=Dockerfile.standalone-infisical
|
||||
args: --file=Dockerfile.standalone-infisical --project-name="infisical-core-docker-image"
|
||||
|
||||
infisical-fips-standalone:
|
||||
name: Build infisical standalone image postgres
|
||||
@@ -150,4 +150,4 @@ jobs:
|
||||
echo "Successfully created tag $TAG_NAME"
|
||||
fi
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.OMNIBUS_RELEASE_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.OMNIBUS_RELEASE_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user