Skip to content

Commit

Permalink
[nc] iterate on artifact creation and upload
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 21, 2024
1 parent a69bd9b commit 3f98f83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/job-container-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ jobs:
snyk-token: ${{ inputs.snyk-token }}
snyk-skip-base-image: ${{ inputs.snyk-skip-base-image }}
snyk-additional-args: ${{ inputs.snyk-additional-args }}
security-scan-nofail: ${{ inputs.security-scan-nofail }}

- name: perform trivy image scan
if: ${{ inputs.trivy-scan == 'true' }}
Expand All @@ -376,6 +377,7 @@ jobs:
tag: ${{ inputs.tag-annotation }}${{ inputs.tag }}
trivy-severity: ${{ inputs.trivy-severity }}
trivy-additional-args: ${{ inputs.trivy-additional-args }}
security-scan-nofail: ${{ inputs.security-scan-nofail }}

- name: perform grype image scan
if: ${{ inputs.grype-scan == 'true' }}
Expand All @@ -388,6 +390,7 @@ jobs:
tag: ${{ inputs.tag-annotation }}${{ inputs.tag }}
grype-severity: ${{ inputs.grype-severity }}
grype-additional-args: ${{ inputs.grype-additional-args }}
security-scan-nofail: ${{ inputs.security-scan-nofail }}

- name: run bats test against running container
if: ${{ inputs.bats-test == 'true' }}
Expand Down

0 comments on commit 3f98f83

Please sign in to comment.