Skip to content

Merge pull request #5 from MGTheTrain/feature/crypto-operations #2

Merge pull request #5 from MGTheTrain/feature/crypto-operations

Merge pull request #5 from MGTheTrain/feature/crypto-operations #2

Workflow file for this run

name: Workflow for pre-release packages
on:
push:
branches: [main]
jobs:
pre-release-package-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go 1.21.x 🐹
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Grant execute permissions
run: chmod +x *
working-directory: ./scripts
- name: Run Unit tests
run: ./run-test.sh -u
working-directory: ./scripts
# - name: Run Integration tests
# run: ./run-test.sh -i
# working-directory: ./scripts
# Run static code analysis on source code
# Run vulnerability scanner and generate SBOMs on third part dependencies
# Create build artifacts, e.g. Build docker image with pre-release tag for applications, scan docker image and push to container registry