Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Jun 3, 2024
1 parent 7b91fdf commit 3f347b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ jobs:
uses: ./.github/workflows/example.yml
with:
image-name: ${{ vars.EXAMPLE_IMAGE }}
image-push: ${{ github.event_name == 'push' && github.ref_name == 'sbom-update-1' }}
image-push: ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
image-tag-latest: ${{ github.ref_name == github.event.repository.default_branch }}
10 changes: 4 additions & 6 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ jobs:
- name: OSV Scanner
id: vulnerability-scan
continue-on-error: true
# run: >-
# osv-scanner
# --verbosity=verbose
# --format gh-annotations
# --sbom=index.sbom.spdx.json
run: >-
false
osv-scanner
--verbosity=verbose
--format gh-annotations
--sbom=index.sbom.spdx.json
rebuild-images:
needs:
Expand Down

0 comments on commit 3f347b8

Please sign in to comment.