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

Init the test suite #20

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Init the test suite #20

wants to merge 4 commits into from

Conversation

felickz
Copy link
Collaborator

@felickz felickz commented Apr 29, 2024

No description provided.

Copy link

github-actions bot commented Apr 29, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA cddd32b.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

tests/action_tests.ps1 Fixed Show fixed Hide fixed
tests/action_tests.ps1 Fixed Show fixed Hide fixed
#$env:GITHUB_TOKEN = 'test_token'

# Run the script and capture the exit code
$output = ./../action.ps1

Check warning

Code scanning / PSScriptAnalyzer

The variable 'output' is assigned but never used. Warning test

The variable 'output' is assigned but never used.


# Run the script and capture the exit code
$output = ./../action.ps1

Check warning

Code scanning / PSScriptAnalyzer

The variable 'output' is assigned but never used. Warning test

The variable 'output' is assigned but never used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant