Skip to content

Commit

Permalink
ROX-20753: Add scanner RHTAP build pipeline (#1334)
Browse files Browse the repository at this point in the history
Co-authored-by: red-hat-trusted-app-pipeline[bot] <126015336+red-hat-trusted-app-pipeline[bot]@users.noreply.github.com>
Co-authored-by: red-hat-trusted-app-pipeline <123456+red-hat-trusted-app-pipeline[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored Feb 6, 2024
1 parent 6621833 commit 76f3315
Show file tree
Hide file tree
Showing 8 changed files with 1,027 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .containerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Konflux uses buildah which first looks up `.containerignore` then, if absent, `.dockerignore`.
# Having this file enables us to have different exclusion list for Konflux builds than in GHA/OSCI.

# This file is empty because all the items that are ignored in GHA/OSCI need to be present for Konflux builds:
# * `.git` is needed so we can bake build information into the binary.
# * `.gitignore`, `image/bin/` and `bin` are required to avoid a dirty version.

# If content ever needs to be added here, be sure to borrow the check-generated.sh template from the
# stackrox/stackrox repo to ensure .dockerfile and .containerignore stay in sync.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# NOTE: if adding items here, please implement the check-generated.sh script
# from stackrox/stackrox to keep this file and .containeringore in sync

/.git/
/bin/
/image/bin/
Loading

0 comments on commit 76f3315

Please sign in to comment.