Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update workflow and soup file #15

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .coauthor/development/architecture/system/soup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: System
SOUP:
- PURL: pkg:swift/github.com/aws-amplify/amplify-swift@2.35.5
- PURL: pkg:swift/github.com/aws-amplify/amplify-swift@2.36.0
Manufacturer: AWS
PackageManager: Swift Package Manager
Requirement: |
Expand Down Expand Up @@ -64,11 +64,11 @@ SOUP:
VerificationReasoning: |
Verification Reasoning Line 1
Verification Reasoning Line 2
- PURL: pkg:swift/github.com/application-source/third-party-package@1.0.1
- PURL: pkg:swift/github.com/apple/swift-log@1.6.1
Manufacturer: SC
PackageManager: Swift Package Manager
Requirement: |
This is not included in SBOM to test the GH Check. again
This is for logging.
VerificationReasoning: |
Verification Reasoning Line 1
Verification Reasoning Line 2
10 changes: 2 additions & 8 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
format: 'cyclonedx'
path: '${{ env.path_sbom }}/**'
hostname: 'sao2zyjy5e.execute-api.eu-west-1.amazonaws.com'
- name: Install XCBeautify 2.4.1
- name: Install XCBeautify 2.11.0
run: |
# Install xcbeautify from source, used to generate junit file from xcodebuild output
cd ..
git clone https://github.com/cpisciotta/xcbeautify.git
cd xcbeautify
git checkout tags/2.4.1
git checkout tags/2.11.0
make install
- name: Test
id: run-tests
Expand Down Expand Up @@ -130,9 +130,3 @@ jobs:
format: 'junit'
path: ${{ env.path_test_reports }}
hostname: 'sao2zyjy5e.execute-api.eu-west-1.amazonaws.com'
- name: Upload Cucumber Test Results
uses: actions/upload-artifact@v4
with:
name: cucumber-test-results
path: ${{ steps.run-tests.outputs.report_file }}

Loading