-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
79 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,27 @@ on: [push, pull_request] | |
jobs: | ||
machineStandalone: | ||
name: machineStandalone job | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
# Give the default GITHUB_TOKEN write permission to commit and push the | ||
# added or changed files to the repository. | ||
contents: write | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: docker://ghcr.io/fluidattacks/makes/amd64 | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
- name: Fluid-Attacks scan | ||
uses: docker://ghcr.io/fluidattacks/makes/amd64 | ||
with: | ||
args: m gitlab:fluidattacks/universe@trunk /skims scan ./_fascan.yml | ||
|
||
- name: Commit and push changes | ||
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git commit -am "Fluid-Attacks Results.csv commit" || exit 0 | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dateutil==2.8.2 | ||
decorator==5.1.1 | ||
ijson==3.2.3 | ||
packaging==23.2 | ||
setuptools==69.0.3 | ||
six==1.16.0 | ||
validators==0.22.0 | ||
python-dateutil>=2.9.0.post0 | ||
decorator>=5.1.1 | ||
ijson>=3.3.0 | ||
packaging>=24.1 | ||
setuptools>=72.1.0 | ||
six>=1.16.0 | ||
validators>=0.33.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../uno/lib/python/ijson-3.3.0.dist-info |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../uno/lib/python/packaging-24.1.dist-info |
1 change: 1 addition & 0 deletions
1
source/mContactOOo/service/pythonpath/python_dateutil-2.9.0.post0.dist-info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../uno/lib/python/python_dateutil-2.9.0.post0.dist-info |
1 change: 0 additions & 1 deletion
1
source/mContactOOo/service/pythonpath/setuptools-69.0.3.dist-info
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
source/mContactOOo/service/pythonpath/setuptools-72.1.0.dist-info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../uno/lib/python/setuptools-72.1.0.dist-info |
1 change: 0 additions & 1 deletion
1
source/mContactOOo/service/pythonpath/validators-0.22.0.dist-info
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
source/mContactOOo/service/pythonpath/validators-0.33.0.dist-info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../uno/lib/python/validators-0.33.0.dist-info |