We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In reading through the README a few things came to mind
with
path
This is one use case
- name: Display our ${{ matrix.suite }} results summary uses: mitre/saf_action@v1 with: command_string: 'view:summary -i spec/results/ec2_rhel-7_${{ matrix.suite }}.json' - name: Ensure the scan meets our ${{ matrix.suite }} results threshold uses: mitre/saf_action@v1 with: command_string: 'validate:threshold -i spec/results/ec2_rhel-7_${{ matrix.suite }}.json -F ${{ matrix.suite }}.threshold.yml' - name: Save Test Result JSON uses: actions/upload-artifact@v2 with: path: spec/results/
The text was updated successfully, but these errors were encountered:
em-c-rod
No branches or pull requests
In reading through the README a few things came to mind
with
fuction works and whatpath
is relative toThis is one use case
The text was updated successfully, but these errors were encountered: