Skip to content

Commit e3eb76d

Browse files
authored
Merge pull request #21 from sebrandon1/fix_preflight
Add HasRequiredLabel
2 parents 98073a4 + f4cc333 commit e3eb76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/preflight.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
make build
3838
./preflight check container ${{ env.IMAGE_NAME }} --artifacts ${GITHUB_WORKSPACE}/openshift-preflight/artifacts
3939
40-
ALLOWED_FAILURES=("HasLicense" "RunAsNonRoot")
40+
ALLOWED_FAILURES=("HasLicense" "RunAsNonRoot" "HasRequiredLabel")
4141
FAILURES=$(cat ${GITHUB_WORKSPACE}/openshift-preflight/artifacts/amd64/results.json | jq -r '.results.failed[].name')
4242
4343
for FAILURE in $FAILURES; do

0 commit comments

Comments
 (0)