Skip to content

Commit

Permalink
add trivy ignore, test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
huynaism authored and filippos47 committed Nov 22, 2024
1 parent ee7aca8 commit c0f3922
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'devops/add-docker-security-r3'
tags:
- '*'

Expand All @@ -18,8 +19,13 @@ jobs:
run-lint: true

docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@huy/add-docker-sec
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
secrets: inherit
with:
publish: true
docker_scan: true
6 changes: 6 additions & 0 deletions .trivyignore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

vulnerabilities:
- id: CVE-2024-27304
statement: Not using the function. Ignored.
- id: GHSA-7jwh-3vrq-q3m8
statement: Not using the function. Ignored.

0 comments on commit c0f3922

Please sign in to comment.