mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
Resolved warnings
This commit is contained in:
parent
1ed65ca9b4
commit
c3459b166b
12
.github/workflows/hirs_package_linux.yml
vendored
12
.github/workflows/hirs_package_linux.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install git curl nano cron mariadb-server
|
sudo apt-get install git curl nano cron mariadb-server
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: gradle/gradle-build-action@v2
|
uses: gradle/actions/setup-gradle@v3
|
||||||
- name: Execute Gradle build
|
- name: Execute Gradle build
|
||||||
run: |
|
run: |
|
||||||
./gradlew build;
|
./gradlew build;
|
||||||
@ -55,25 +55,25 @@ jobs:
|
|||||||
path: HIRS_AttestationCAPortal/build/distributions/*.rpm
|
path: HIRS_AttestationCAPortal/build/distributions/*.rpm
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Archive DEB files
|
- name: Archive DEB files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: DEB_Files
|
name: DEB_Files
|
||||||
path: HIRS_AttestationCAPortal/build/distributions/*.deb
|
path: HIRS_AttestationCAPortal/build/distributions/*.deb
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: War files
|
- name: War files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: WAR_Files
|
name: WAR_Files
|
||||||
path: HIRS_AttestationCAPortal/build/libs/HIRS_AttestationCAPortal.war
|
path: HIRS_AttestationCAPortal/build/libs/HIRS_AttestationCAPortal.war
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: JAR_Files
|
- name: JAR_Files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: JAR_Files
|
name: JAR_Files
|
||||||
path: artifacts/jars/
|
path: artifacts/jars/
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: ZIP_Files
|
- name: ZIP_Files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ZIP_Files
|
name: ZIP_Files
|
||||||
path: artifacts/win/
|
path: artifacts/win/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
This README is part of the ZIP_Files.zip generated from hirs_package_linux.yml the goal of this zip is to have the TCG RIM tool, and the TCG Eventlog tool available on windows.
|
This README is part of the ZIP_Files.zip generated from hirs_package_linux.yml the goal of this zip is to have the TCG RIM tool, and the TCG Eventlog tool available on windows.
|
||||||
|
|
||||||
To get the tools working on windows follow the instructions below:
|
To get the tools running on windows follow the instructions below:
|
||||||
|
|
||||||
1- Unzip the main folder ("ZIP_Files"), followed by unzipping both the tcg_eventlog_tool.zip and tcg_rim_tool.zip in the working directory.
|
1- Unzip the main folder ("ZIP_Files"), followed by unzipping both the tcg_eventlog_tool.zip and tcg_rim_tool.zip in the working directory.
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ To verify run > Get-ExecutionPolicy and it should be set to "unrestricted"
|
|||||||
|
|
||||||
5- The HIRS terminal should popup.
|
5- The HIRS terminal should popup.
|
||||||
|
|
||||||
6- To remove the warning messages when running the rim tool and the event log tool:
|
6- (optional) To remove the warning messages when running the rim tool and the event log tool:
|
||||||
Open PowerShell as administrator, navigate to the working directory, and run the following:
|
Open PowerShell as administrator, navigate to the working directory, and run the following:
|
||||||
> Unblock-File -Path .\rim.ps1
|
> Unblock-File -Path .\rim.ps1
|
||||||
> Unblock-File -Path .\eventLog.ps1
|
> Unblock-File -Path .\eventLog.ps1
|
||||||
|
Loading…
Reference in New Issue
Block a user