Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

updating horusec workflow to use release candidate #1064

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nathanmartinszup
Copy link

@nathanmartinszup nathanmartinszup commented Jan 5, 2022

Signed-off-by: Nathan Martins nathan.martins@zup.com.br

Description

The idea of ​​this PR is for Zup open source projects to collaborate with each other during test releases. For that, this pull request changes the Horusec installation to fetch the latest version between the candidate release and the latest version.
That way, if the release candidate has a bug, we can identify it before it's released.

How to verify it

Changelog


This pull request generated the following artifacts.

To test the health and quality of this implementation, download the respective binary for your operating system, unzip and directly run the binary like the examples below.

  • Windows
    Download the file: rit-windows.zip
    Unzip to some folder like: C:\home\user\downloads\pr1064
    Access the folder: cd C:\home\user\downloads\pr1064
    Directly call the binary: .\rit.exe --version or .\rit.exe name of formula

  • Linux
    Download the file: rit-linux.zip
    Unzip to some folder like: /home/user/downloads/pr1064
    Access the folder: cd /home/user/downloads/pr1064
    Assign execute permission to binary: chmod +x ./rit
    Directly call the binary: ./rit --version or ./rit name of formula

  • MacOS
    Download the file: rit-macos.zip
    Unzip to some folder like: /home/user/downloads/pr1064
    Access the folder: cd /home/user/downloads/pr1064
    Assign execute permission to binary: chmod +x ./rit
    Directly call the binary: ./rit --version or ./rit name of formula

Generated at Wed Jan 05 2022 18:43:40 GMT+0000 (Coordinated Universal Time)

Signed-off-by: Nathan Martins <nathan.martins@zup.com.br>
@codecov-commenter
Copy link

Codecov Report

Merging #1064 (55f7a1b) into main (fdb8ef0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1064   +/-   ##
=======================================
  Coverage   84.10%   84.10%           
=======================================
  Files         123      123           
  Lines        4982     4982           
=======================================
  Hits         4190     4190           
  Misses        518      518           
  Partials      274      274           
Flag Coverage Δ
unittests 84.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fdb8ef0...55f7a1b. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants